Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


oracle.as.scheduler
Enum Filter.FieldDataType

java.lang.Object
  extended by java.lang.Enum<Filter.FieldDataType>
      extended by oracle.as.scheduler.Filter.FieldDataType

All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Filter.FieldDataType>
Enclosing class:
Filter

protected static enum Filter.FieldDataType
extends java.lang.Enum<Filter.FieldDataType>

Data types for value


Enum Constant Summary
Boolean
           
GregorianCalendar
           
Integer
           
Long
           
String
           
TranslatedString
           

 

Method Summary
static Filter.FieldDataType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Filter.FieldDataType[] 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

String

public static final Filter.FieldDataType String

Integer

public static final Filter.FieldDataType Integer

Long

public static final Filter.FieldDataType Long

Boolean

public static final Filter.FieldDataType Boolean

GregorianCalendar

public static final Filter.FieldDataType GregorianCalendar

TranslatedString

public static final Filter.FieldDataType TranslatedString

Method Detail

values

public static Filter.FieldDataType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (Filter.FieldDataType c : Filter.FieldDataType.values())
    System.out.println(c);
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static Filter.FieldDataType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

Skip navigation links

Oracle Enterprise Scheduler Java API Reference
11g Release 1 (11.1.1.7)
E26229-06


Copyright © 2008, 2013, Oracle and/or its affiliates. All rights reserved.