Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdeveloper.audit.extension
Class LongConverter

java.lang.Object
  extended by oracle.jdeveloper.audit.extension.LongConverter

All Implemented Interfaces:
Converter<java.lang.Long>

public class LongConverter
extends java.lang.Object
implements Converter<java.lang.Long>

Constructor Summary
LongConverter()
           

 

Method Summary
 java.lang.Class<java.lang.Long> getType()
          Gets the type of the values converted by this converter.
 java.lang.String getTypeDescription()
          Gets a description of the type of the values converted by this converter.
 java.lang.String toString(java.lang.Long value, java.lang.Class<? extends java.lang.Long> type)
          Converts a value to a string.
 java.lang.Long toValue(java.lang.String string, java.lang.Class<? extends java.lang.Long> type)
          Converts a string to a value.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LongConverter

public LongConverter()

Method Detail

getType

public java.lang.Class<java.lang.Long> getType()
Description copied from interface: Converter
Gets the type of the values converted by this converter.
Specified by:
getType in interface Converter<java.lang.Long>

getTypeDescription

public java.lang.String getTypeDescription()
Description copied from interface: Converter
Gets a description of the type of the values converted by this converter.
Specified by:
getTypeDescription in interface Converter<java.lang.Long>

toValue

public java.lang.Long toValue(java.lang.String string,
                              java.lang.Class<? extends java.lang.Long> type)
Description copied from interface: Converter
Converts a string to a value.
Specified by:
toValue in interface Converter<java.lang.Long>

toString

public java.lang.String toString(java.lang.Long value,
                                 java.lang.Class<? extends java.lang.Long> type)
                          throws java.lang.Exception
Description copied from interface: Converter
Converts a value to a string.
Specified by:
toString in interface Converter<java.lang.Long>
Throws:
java.lang.Exception

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.