- 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
Modifier and Type Method Description java.lang.StringgetCode()java.lang.StringgetDescription()Retrieve the description for this type, if available.java.lang.StringgetId()java.lang.StringgetTitle()Retrieve the title for this type, if available.EDIType.TypegetType()default booleanisType(EDIType.Type type)
-
Method Details
-
getId
java.lang.String getId() -
getCode
java.lang.String getCode() -
getType
EDIType.Type getType() -
isType
-
getTitle
java.lang.String getTitle()Retrieve the title for this type, if available.- Returns:
- the type's title
- Since:
- 1.10
-
getDescription
java.lang.String getDescription()Retrieve the description for this type, if available.- Returns:
- the type's description
- Since:
- 1.10
-