arta.synergy.web.common.client.data.bp.route
Enum ProcessFormField
java.lang.Object
java.lang.Enum<ProcessFormField>
arta.synergy.web.common.client.data.bp.route.ProcessFormField
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<ProcessFormField>
public enum ProcessFormField
- extends java.lang.Enum<ProcessFormField>
Created by IntelliJ IDEA.
User: exile
Date: 04.04.13
Time: 10:57
|
Method Summary |
static ProcessFormField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ProcessFormField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared. |
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
userID
public static final ProcessFormField userID
positionID
public static final ProcessFormField positionID
fromPositionID
public static final ProcessFormField fromPositionID
toPositionID
public static final ProcessFormField toPositionID
start_date
public static final ProcessFormField start_date
finish_date
public static final ProcessFormField finish_date
email
public static final ProcessFormField email
values
public static ProcessFormField[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ProcessFormField c : ProcessFormField.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ProcessFormField valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2000 Dummy Corp. All Rights Reserved.