|
Project: stp | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
ObjectEnum<CqFieldValue.ValidationStatus>
CqFieldValue.ValidationStatus
public static enum CqFieldValue.ValidationStatus
An enumeration indicating the validity of a field value.
| Enum Constant Summary | |
|---|---|
INVALID
The field value has been validated and found to be invalid. |
|
NEEDS_VALIDATION
The field value has not yet been validated and so it is unknown whether it is valid or not. |
|
VALID
The field value has been validated and found to be valid. |
|
| Method Summary | |
|---|---|
static CqFieldValue.ValidationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqFieldValue.ValidationStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final CqFieldValue.ValidationStatus INVALID
public static final CqFieldValue.ValidationStatus NEEDS_VALIDATION
public static final CqFieldValue.ValidationStatus VALID
| Method Detail |
|---|
public static CqFieldValue.ValidationStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic static final CqFieldValue.ValidationStatus[] values()
for(CqFieldValue.ValidationStatus c : CqFieldValue.ValidationStatus.values())
System.out.println(c);
|
Generated Sun 12-Oct-2008 01:46 AM | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||