-
- All Superinterfaces:
EDIType
- All Known Subinterfaces:
ElementImplementation
- All Known Implementing Classes:
ElementImpl
public interface EDISimpleType extends EDIType
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEDISimpleType.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 EDISimpleType.BasegetBase()longgetMaxLength()longgetMinLength()intgetNumber()default EDIType.TypegetType()Set<String>getValueSet()
-
-
-
Method Detail
-
getBase
EDISimpleType.Base getBase()
-
getNumber
int getNumber()
-
getMinLength
long getMinLength()
-
getMaxLength
long getMaxLength()
-
getType
default EDIType.Type getType()
-
-