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

E13403-05

oracle.jdeveloper.audit.extension
Class ShortConverter

java.lang.Object
  extended by oracle.jdeveloper.audit.extension.ShortConverter
All Implemented Interfaces:
Converter<java.lang.Short>

public class ShortConverter
extends java.lang.Object
implements Converter<java.lang.Short>


Constructor Summary
ShortConverter()
           
 
Method Summary
 java.lang.Class<java.lang.Short> 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.Short value, java.lang.Class<? extends java.lang.Short> type)
          Converts a value to a string.
 java.lang.Short toValue(java.lang.String string, java.lang.Class<? extends java.lang.Short> 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

ShortConverter

public ShortConverter()
Method Detail

getType

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

Specified by:
getType in interface Converter<java.lang.Short>

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.Short>

toValue

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

Specified by:
toValue in interface Converter<java.lang.Short>

toString

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

Specified by:
toString in interface Converter<java.lang.Short>
Throws:
java.lang.Exception

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

E13403-05

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