-
- All Known Subinterfaces:
CompositeImplementation,EDIComplexType,EDIControlType,EDILoopType,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 StringgetCode()StringgetDescription()Retrieve the description for this type, if available.StringgetId()StringgetTitle()Retrieve the title for this type, if available.EDIType.TypegetType()default booleanisType(EDIType.Type type)
-
-
-
Method Detail
-
getId
String getId()
-
getCode
String getCode()
-
getType
EDIType.Type getType()
-
isType
default boolean isType(EDIType.Type type)
-
getTitle
String getTitle()
Retrieve the title for this type, if available.- Returns:
- the type's title
- Since:
- 1.10
-
getDescription
String getDescription()
Retrieve the description for this type, if available.- Returns:
- the type's description
- Since:
- 1.10
-
-