Uses of Class
net.sf.okapi.filters.xliff.XLIFFFilter.State
-
Packages that use XLIFFFilter.State Package Description net.sf.okapi.filters.xliff -
-
Uses of XLIFFFilter.State in net.sf.okapi.filters.xliff
Methods in net.sf.okapi.filters.xliff that return XLIFFFilter.State Modifier and Type Method Description static XLIFFFilter.StateXLIFFFilter.State. fromString(String name)static XLIFFFilter.StateXLIFFFilter.State. valueOf(String name)Returns the enum constant of this type with the specified name.static XLIFFFilter.State[]XLIFFFilter.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-