Interface EDIType

All Known Subinterfaces:
CompositeImplementation, EDIComplexType, EDIControlType, EDILoopType, EDISimpleType, EDITypeImplementation, ElementImplementation, LoopImplementation, PolymorphicImplementation, SegmentImplementation

public interface EDIType
  • Method Details

    • 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