Uses of Interface
io.xlate.edi.schema.EDIType
| Package | Description |
|---|---|
| io.xlate.edi.schema | |
| io.xlate.edi.schema.implementation |
-
Uses of EDIType in io.xlate.edi.schema
Subinterfaces of EDIType in io.xlate.edi.schema Modifier and Type Interface Description interfaceEDIComplexTypeAn interface representing the schema of an EDI complex type such as a loop, segment, or composite element.interfaceEDISimpleTypeAn interface representing the schema of an EDI simple type, AKA an element.Methods in io.xlate.edi.schema that return EDIType Modifier and Type Method Description EDITypeEDIReference. getReferencedType()EDITypeSchema. getType(String name) -
Uses of EDIType in io.xlate.edi.schema.implementation
Subinterfaces of EDIType in io.xlate.edi.schema.implementation Modifier and Type Interface Description interfaceCompositeImplementationinterfaceEDITypeImplementationinterfaceElementImplementationinterfaceLoopImplementationinterfacePolymorphicImplementationinterfaceSegmentImplementation