Method Summary
All Methods Instance Methods Abstract Methods Default Methods
Modifier and Type
Method
Description
default EDIType.Type
getType ()
java.util.Set<java.lang.String>
getValueSet ()
Retrieve the set of enumerated values allowed for this element.
default boolean
hasVersions ()
Returns true if this element has additional version(s) defined beyond the
default.
Method Details
java.util.Set<java.lang.String> getValueSet ()
Retrieve the set of enumerated values allowed for this element.
Specified by:
getValueSet in interface EDISimpleType
Returns:
the set of enumerated values allowed for this element
default boolean hasVersions ()
Returns true if this element has additional version(s) defined beyond the
default. Versions may be used to specify different minimum/maximum
occurrence restrictions that only apply to specific versions of a
transaction.
Specified by:
hasVersions in interface EDIReference
Specified by:
hasVersions in interface EDISimpleType
Returns:
true if this element has version(s), otherwise false