Uses of Class
net.sf.okapi.lib.xliff2.validation.Rule.Type
-
Packages that use Rule.Type Package Description net.sf.okapi.lib.xliff2.validation Classes to read, write and manipulate the elements and attributes of the Validation module. -
-
Uses of Rule.Type in net.sf.okapi.lib.xliff2.validation
Methods in net.sf.okapi.lib.xliff2.validation that return Rule.Type Modifier and Type Method Description static Rule.TypeRule.Type. fromString(String name)Rule.TypeRule. getType()static Rule.TypeRule.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Rule.Type[]Rule.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.lib.xliff2.validation with parameters of type Rule.Type Modifier and Type Method Description voidRule. setType(Rule.Type type)
-