cc.plural.jsonij.jpath.functions
Enum FunctionArgument.ARGUMENT_TYPE
java.lang.Object
java.lang.Enum<FunctionArgument.ARGUMENT_TYPE>
cc.plural.jsonij.jpath.functions.FunctionArgument.ARGUMENT_TYPE
- All Implemented Interfaces:
- Serializable, Comparable<FunctionArgument.ARGUMENT_TYPE>
- Enclosing class:
- FunctionArgument
public static enum FunctionArgument.ARGUMENT_TYPE
- extends Enum<FunctionArgument.ARGUMENT_TYPE>
ATTRIBUTE
public static final FunctionArgument.ARGUMENT_TYPE ATTRIBUTE
VALUE
public static final FunctionArgument.ARGUMENT_TYPE VALUE
values
public static final FunctionArgument.ARGUMENT_TYPE[] values()
- Returns an array containing the constants of this enum type, in
the order they're declared. This method may be used to iterate
over the constants as follows:
for(FunctionArgument.ARGUMENT_TYPE c : FunctionArgument.ARGUMENT_TYPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they're declared
valueOf
public static FunctionArgument.ARGUMENT_TYPE valueOf(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
Copyright © 2012. All Rights Reserved.