public static enum MspField.FieldCompleteness extends java.lang.Enum<MspField.FieldCompleteness>
| Enum Constant and Description | 
|---|
COMPLETE
An complete field, i.e. 
 | 
INCOMPLETE
An incomplete field, i.e. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MspField.FieldCompleteness | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static MspField.FieldCompleteness[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final MspField.FieldCompleteness INCOMPLETE
public static final MspField.FieldCompleteness COMPLETE
public static MspField.FieldCompleteness[] values()
for (MspField.FieldCompleteness c : MspField.FieldCompleteness.values()) System.out.println(c);
public static MspField.FieldCompleteness 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 null