|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<PropertyInfo.DataType>
oracle.as.scheduler.PropertyInfo.DataType
public static enum PropertyInfo.DataType
| Enum Constant Summary | |
|---|---|
BOOLEANRepresents boolean as java.lang.Boolean. |
|
DATETIMERepresents datatime data type as java.util.Calendar. |
|
INTEGERRepresents integer data type as java.lang.Integer. |
|
LONGRepresents long data type as java.lang.Long. |
|
STRINGRepresents the java.lang.String data type. |
|
| Method Summary | |
|---|---|
static PropertyInfo.DataType |
getType(java.lang.String type) |
java.lang.String |
value()Returns the value of this property data type as String. |
static PropertyInfo.DataType |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static PropertyInfo.DataType[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PropertyInfo.DataType STRING
public static final PropertyInfo.DataType INTEGER
public static final PropertyInfo.DataType LONG
public static final PropertyInfo.DataType BOOLEAN
public static final PropertyInfo.DataType DATETIME
| Method Detail |
|---|
public static PropertyInfo.DataType[] values()
for (PropertyInfo.DataType c : PropertyInfo.DataType.values())
System.out.println(c);
public static PropertyInfo.DataType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static PropertyInfo.DataType getType(java.lang.String type)
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||