|
Project: stp | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqFieldValue.ValueStatus>
CqFieldValue.ValueStatus
public static enum CqFieldValue.ValueStatus
An enumeration indicating whether or not a field has a value.
Enum Constant Summary | |
---|---|
HAS_A_VALUE
The field has a value. |
|
HAS_NO_VALUE
The field has no value set. |
|
VALUE_NOT_AVAILABLE
The current state of the field prevents it from returning a value. |
Method Summary | |
---|---|
static CqFieldValue.ValueStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqFieldValue.ValueStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are 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.ValueStatus HAS_A_VALUE
public static final CqFieldValue.ValueStatus HAS_NO_VALUE
public static final CqFieldValue.ValueStatus VALUE_NOT_AVAILABLE
Method Detail |
---|
public static CqFieldValue.ValueStatus valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic static CqFieldValue.ValueStatus[] values()
for (CqFieldValue.ValueStatus c : CqFieldValue.ValueStatus.values()) System.out.println(c);
|
Generated Wed 21-Oct-2015 10:58 PM | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |