|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<FieldDefinition.MandatoryState>
net.sf.jmatchparser.util.csv.fieldreader.FieldDefinition.MandatoryState
public static enum FieldDefinition.MandatoryState
Mandatory state of a field.
| Enum Constant Summary | |
|---|---|
MANDATORY
This field is mandatory. |
|
MANDATORY_IF_NEW
This field is only mandatory if a new record should be created, not if a record should be updated. |
|
OPTIONAL
This field is optional. |
|
| Method Summary | |
|---|---|
static FieldDefinition.MandatoryState |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FieldDefinition.MandatoryState[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FieldDefinition.MandatoryState OPTIONAL
public static final FieldDefinition.MandatoryState MANDATORY
public static final FieldDefinition.MandatoryState MANDATORY_IF_NEW
| Method Detail |
|---|
public static FieldDefinition.MandatoryState[] values()
for (FieldDefinition.MandatoryState c : FieldDefinition.MandatoryState.values()) System.out.println(c);
public static FieldDefinition.MandatoryState 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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||