Uses of Interface
io.xlate.edi.schema.EDIType
-
Packages that use 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.interfaceEDIControlTypeProvides access to attributes specified for a control structure complex type such as the interchange, group, and transaction envelope structures.interfaceEDILoopTypeProvides access to attributes specified for a loop complex type.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)Retrieve anEDITypeby 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
-