Enum Constant Summary
Enum Constants
X12: Type C
EDIFACT: (D5) If first, then all
X12: Type E
EDIFACT: (D4) One or none
X12: N/A
EDIFACT: (D7) If first, then none of the others
X12: Type L
EDIFACT: (D6) If first, then at least one more
X12: Type P
EDIFACT: (D2) All or none
X12: Type R
EDIFACT: (D3) One or more
X12: N/A
EDIFACT: (D1) One and only one
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in
the order they are declared.
Enum Constant Details
SINGLE
X12: N/A
EDIFACT: (D1) One and only one
PAIRED
X12: Type P
EDIFACT: (D2) All or none
REQUIRED
X12: Type R
EDIFACT: (D3) One or more
EXCLUSION
X12: Type E
EDIFACT: (D4) One or none
CONDITIONAL
X12: Type C
EDIFACT: (D5) If first, then all
LIST
X12: Type L
EDIFACT: (D6) If first, then at least one more
FIRSTONLY
X12: N/A
EDIFACT: (D7) If first, then none of the others
Method Details
values
Returns an array containing the constants of this enum type, in
the order they are declared.
Returns:
an array containing the constants of this enum type, in the order they are declared
valueOf
Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null