de.folt.models.datamodel
Enum LinguisticProperty.PropStatus
java.lang.Object
java.lang.Enum<LinguisticProperty.PropStatus>
de.folt.models.datamodel.LinguisticProperty.PropStatus
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<LinguisticProperty.PropStatus>
- Enclosing class:
- LinguisticProperty
public static enum LinguisticProperty.PropStatus
- extends java.lang.Enum<LinguisticProperty.PropStatus>
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
OLD
public static final LinguisticProperty.PropStatus OLD
CHANGED
public static final LinguisticProperty.PropStatus CHANGED
DELETED
public static final LinguisticProperty.PropStatus DELETED
NEW
public static final LinguisticProperty.PropStatus NEW
values
public static LinguisticProperty.PropStatus[] 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 (LinguisticProperty.PropStatus c : LinguisticProperty.PropStatus.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LinguisticProperty.PropStatus 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