Uses of Class
net.sf.okapi.filters.xliff.SdlXliffConfLevel
-
Packages that use SdlXliffConfLevel Package Description net.sf.okapi.filters.xliff -
-
Uses of SdlXliffConfLevel in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return SdlXliffConfLevel Modifier and Type Method Description static SdlXliffConfLevelSdlXliffConfLevel. fromConfValue(String confValue)Returns the confirmation level associated with the given value.static SdlXliffConfLevelSdlXliffConfLevel. fromStateValue(String stateValue)Returns the confirmation level associated with the given state value.static SdlXliffConfLevelSdlXliffConfLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SdlXliffConfLevel[]SdlXliffConfLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-