Uses of Enum
io.xlate.edi.schema.EDIType.Type
Packages that use EDIType.Type
-
Uses of EDIType.Type in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return EDIType.TypeModifier and TypeMethodDescriptionEDIType.getType()static EDIType.TypeReturns 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 -
Uses of EDIType.Type in io.xlate.edi.schema.implementation
Methods in io.xlate.edi.schema.implementation that return EDIType.TypeModifier and TypeMethodDescriptiondefault EDIType.TypeCompositeImplementation.getType()default EDIType.TypeElementImplementation.getType()default EDIType.TypeLoopImplementation.getType()default EDIType.TypeSegmentImplementation.getType()