public enum WorkflowFormPropertyType extends Enum<WorkflowFormPropertyType>
| Modifier and Type | Method and Description |
|---|---|
static WorkflowFormPropertyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowFormPropertyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowFormPropertyType String
public static final WorkflowFormPropertyType Long
public static final WorkflowFormPropertyType Enum
public static final WorkflowFormPropertyType Date
public static final WorkflowFormPropertyType Boolean
public static WorkflowFormPropertyType[] values()
for (WorkflowFormPropertyType c : WorkflowFormPropertyType.values()) System.out.println(c);
public static WorkflowFormPropertyType 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 nullCopyright © 2010–2018 The Apache Software Foundation. All rights reserved.