Package com.documentum.xml.xquery
Enum IDfXQuery.FtQueryOptions.FTQueryOptionType
java.lang.Object
java.lang.Enum<IDfXQuery.FtQueryOptions.FTQueryOptionType>
com.documentum.xml.xquery.IDfXQuery.FtQueryOptions.FTQueryOptionType
- All Implemented Interfaces:
Serializable
,Comparable<IDfXQuery.FtQueryOptions.FTQueryOptionType>
,java.lang.constant.Constable
- Enclosing class:
- IDfXQuery.FtQueryOptions
public static enum IDfXQuery.FtQueryOptions.FTQueryOptionType
extends Enum<IDfXQuery.FtQueryOptions.FTQueryOptionType>
Specifies the type of the FtQueryOption
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates that the option requires a boolean valueIndicates that the option requires an integer valueIndicates that the option requires a Map valueIndicates that the option requires a String value -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
FTOPTION_BOOLEAN
Indicates that the option requires a boolean value -
FTOPTION_INTEGER
Indicates that the option requires an integer value -
FTOPTION_STRING
Indicates that the option requires a String value -
FTOPTION_MAP
Indicates that the option requires a Map value
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
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 nameNullPointerException
- if the argument is null
-