Uses of Interface
io.xlate.edi.schema.EDIType
-
Packages that use EDIType Package Description io.xlate.edi.internal.schema io.xlate.edi.internal.schema.implementation io.xlate.edi.schema io.xlate.edi.schema.implementation -
-
Uses of EDIType in io.xlate.edi.internal.schema
Methods in io.xlate.edi.internal.schema that return types with arguments of type EDIType Modifier and Type Method Description Map<String,EDIType>SchemaReader. readTypes() -
Uses of EDIType in io.xlate.edi.internal.schema.implementation
Classes in io.xlate.edi.internal.schema.implementation with type parameters of type EDIType Modifier and Type Class Description classBaseImpl<T extends EDIType>Classes in io.xlate.edi.internal.schema.implementation that implement EDIType Modifier and Type Class Description classBaseComplexImplclassBaseImpl<T extends EDIType>classCompositeImplclassElementImplclassLoopImplclassSegmentImplclassTransactionImplFields in io.xlate.edi.internal.schema.implementation declared as EDIType Modifier and Type Field Description protected TBaseImpl. standardMethods in io.xlate.edi.internal.schema.implementation that return EDIType Modifier and Type Method Description EDITypeBaseImpl. getReferencedType() -
Uses of EDIType in io.xlate.edi.schema
Subinterfaces of EDIType in io.xlate.edi.schema Modifier and Type Interface Description interfaceEDIComplexTypeinterfaceEDISimpleTypeMethods 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
-