-
- All Superinterfaces:
EDIReference,EDISimpleType,EDIType,EDITypeImplementation
- All Known Implementing Classes:
ElementImpl
public interface ElementImplementation extends EDITypeImplementation, EDISimpleType
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDISimpleType
EDISimpleType.Base
-
Nested classes/interfaces inherited from interface io.xlate.edi.schema.EDIType
EDIType.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EDIType.TypegetType()Set<String>getValueSet()-
Methods inherited from interface io.xlate.edi.schema.EDIReference
getMaxOccurs, getMinOccurs, getReferencedType
-
Methods inherited from interface io.xlate.edi.schema.EDISimpleType
getBase, getMaxLength, getMinLength, getNumber
-
Methods inherited from interface io.xlate.edi.schema.implementation.EDITypeImplementation
getDescription, getTitle
-
-
-
-
Method Detail
-
getValueSet
Set<String> getValueSet()
- Specified by:
getValueSetin interfaceEDISimpleType
-
getType
default EDIType.Type getType()
- Specified by:
getTypein interfaceEDISimpleType- Specified by:
getTypein interfaceEDIType
-
-