-
- All Known Subinterfaces:
CompositeImplementation,EDIComplexType,EDISimpleType,EDITypeImplementation,ElementImplementation,LoopImplementation,PolymorphicImplementation,SegmentImplementation
public interface EDIType
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEDIType.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetId()EDIType.TypegetType()default booleanisType(EDIType.Type type)
-
-
-
Method Detail
-
getId
String getId()
-
getType
EDIType.Type getType()
-
isType
default boolean isType(EDIType.Type type)
-
-