public static enum FormTypeDefinition.FormCommandType extends Enum<FormTypeDefinition.FormCommandType>
This attibute specifies the type of command to execute on a data source.
Modifier and Type | Method and Description |
---|---|
static FormTypeDefinition.FormCommandType |
enumValueOf(String aValue) |
String |
toString() |
static FormTypeDefinition.FormCommandType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormTypeDefinition.FormCommandType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormTypeDefinition.FormCommandType COMMAND
public static final FormTypeDefinition.FormCommandType QUERY
public static final FormTypeDefinition.FormCommandType TABLE
public static FormTypeDefinition.FormCommandType[] values()
for (FormTypeDefinition.FormCommandType c : FormTypeDefinition.FormCommandType.values()) System.out.println(c);
public static FormTypeDefinition.FormCommandType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic static FormTypeDefinition.FormCommandType enumValueOf(String aValue)
public String toString()
toString
in class Enum<FormTypeDefinition.FormCommandType>
Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.