Interface EDIType

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 class  EDIType.Type  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCode()  
    java.lang.String getDescription()
    Retrieve the description for this type, if available.
    java.lang.String getId()  
    java.lang.String getTitle()
    Retrieve the title for this type, if available.
    EDIType.Type getType()  
    default boolean isType​(EDIType.Type type)  
  • Method Details

    • getId

      java.lang.String getId()
    • getCode

      java.lang.String getCode()
    • getType

      EDIType.Type getType()
    • isType

      default boolean isType​(EDIType.Type type)
    • 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