Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Uses of Class
oracle.as.scheduler.ParameterInfo.DataType

Packages that use ParameterInfo.DataType
oracle.as.scheduler Enterprise Scheduler API interfaces and classes. 

 

Uses of ParameterInfo.DataType in oracle.as.scheduler

 

Methods in oracle.as.scheduler that return ParameterInfo.DataType
 ParameterInfo.DataType ParameterInfo.getDataType()
          Returns the data type of this parameter.
static ParameterInfo.DataType ParameterInfo.DataType.getDataType(java.lang.Object obj)
          Returns the DataType associated with given object based on its datatype.
static ParameterInfo.DataType ParameterInfo.DataType.getType(java.lang.String type)
          Returns the DataType enum for the corresponding String type.
static ParameterInfo.DataType ParameterInfo.DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterInfo.DataType[] ParameterInfo.DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Methods in oracle.as.scheduler with parameters of type ParameterInfo.DataType
 void ParameterList.add(java.lang.String name, ParameterInfo.DataType type)
          Adds a parameter to this list with the given name and data type.
 void ParameterList.add(java.lang.String name, ParameterInfo.DataType type, java.lang.Object value, boolean readOnly)
          Adds a parameter to the list with the given information about the parameter.
 void ParameterList.add(java.lang.String name, ParameterInfo.DataType type, java.lang.Object value, boolean readOnly, boolean legacy)
          Adds a parameter to the list with the given information about the parameter.
static java.lang.String ParameterInfo.DataType.getSimpleValue(ParameterInfo.DataType dataType)
          Returns the string representing the simple value for the given DataType enum.
static boolean ParameterInfo.DataType.isValid(ParameterInfo.DataType dataType, java.lang.Object obj)
          Determine if the type of the Object is valid for the DataType.

 

Constructors in oracle.as.scheduler with parameters of type ParameterInfo.DataType
ParameterInfo(java.lang.String name, ParameterInfo.DataType type)
          Constructs a new instance.
ParameterInfo(java.lang.String name, ParameterInfo.DataType type, boolean legacy)
          Constructs a new instance.
ParameterInfo(java.lang.String name, ParameterInfo.DataType type, java.lang.Object value, boolean readOnly)
          Constructs a new instance.
ParameterInfo(java.lang.String name, ParameterInfo.DataType type, java.lang.Object value, boolean readOnly, boolean legacy)
          Constructs a new instance using the specified attributes.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Enterprise Scheduler Service
11g Release 1 (11.1.1.6.3)
E26229-05


Copyright © 2008, 2012 Oracle. All rights reserved.