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