public static enum CqFieldValue.ValueStatus extends Enum<CqFieldValue.ValueStatus> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final CqFieldValue.ValueStatus HAS_A_VALUE
public static final CqFieldValue.ValueStatus HAS_NO_VALUE
public static final CqFieldValue.ValueStatus VALUE_NOT_AVAILABLE
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 nameNullPointerException
- if the argument is nullpublic static CqFieldValue.ValueStatus[] values()
for (CqFieldValue.ValueStatus c : CqFieldValue.ValueStatus.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.