public enum RequestPropertiesParameterType extends Enum<RequestPropertiesParameterType>
| Enum Constant and Description |
|---|
ColumnId |
ConditionCode |
Coordinates |
InvocationS |
RefColumn |
TaskId |
ValidationColumnColumnId |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RequestPropertiesParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPropertiesParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPropertiesParameterType Coordinates
public static final RequestPropertiesParameterType InvocationS
public static final RequestPropertiesParameterType RefColumn
public static final RequestPropertiesParameterType ColumnId
public static final RequestPropertiesParameterType TaskId
public static final RequestPropertiesParameterType ConditionCode
public static final RequestPropertiesParameterType ValidationColumnColumnId
public static RequestPropertiesParameterType[] values()
for (RequestPropertiesParameterType c : RequestPropertiesParameterType.values()) System.out.println(c);
public static RequestPropertiesParameterType 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 String toString()
toString in class Enum<RequestPropertiesParameterType>Copyright © 2018. All Rights Reserved.