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