Uses of Class
io.xlate.edi.schema.EDIControlType.Type
-
Packages that use EDIControlType.Type Package Description io.xlate.edi.schema -
-
Uses of EDIControlType.Type in io.xlate.edi.schema
Methods in io.xlate.edi.schema that return EDIControlType.Type Modifier and Type Method Description static EDIControlType.TypeEDIControlType.Type. fromString(String value)EDIControlType.TypeEDIControlType. getCountType()Get the type of structuresstatic EDIControlType.TypeEDIControlType.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EDIControlType.Type[]EDIControlType.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-