public enum CompleteCodeType extends java.lang.Enum<CompleteCodeType>
Java class for CompleteCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="CompleteCodeType">
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="NotComplete"/>
<enumeration value="Complete"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COMPLETE |
NOT_COMPLETE |
| Modifier and Type | Method and Description |
|---|---|
static CompleteCodeType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static CompleteCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompleteCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompleteCodeType NOT_COMPLETE
public static final CompleteCodeType COMPLETE
public static CompleteCodeType[] values()
for (CompleteCodeType c : CompleteCodeType.values()) System.out.println(c);
public static CompleteCodeType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static CompleteCodeType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.