Uses of Class
io.xlate.edi.schema.EDIType.Type
-
Packages that use EDIType.Type Package Description io.xlate.edi.internal.schema.implementation io.xlate.edi.schema io.xlate.edi.schema.implementation -
-
Uses of EDIType.Type in io.xlate.edi.internal.schema.implementation
Methods in io.xlate.edi.internal.schema.implementation that return EDIType.Type Modifier and Type Method Description EDIType.TypeTransactionImpl. getType() -
Uses of EDIType.Type in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return EDIType.Type Modifier and Type Method Description default EDIType.TypeEDISimpleType. getType()EDIType.TypeEDIType. getType()static EDIType.TypeEDIType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EDIType.Type[]EDIType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.xlate.edi.schema with parameters of type EDIType.Type Modifier and Type Method Description default booleanEDIType. isType(EDIType.Type type) -
Uses of EDIType.Type in io.xlate.edi.schema.implementation
Methods in io.xlate.edi.schema.implementation that return EDIType.Type Modifier and Type Method Description default EDIType.TypeCompositeImplementation. getType()default EDIType.TypeElementImplementation. getType()default EDIType.TypeLoopImplementation. getType()default EDIType.TypeSegmentImplementation. getType()
-