Uses of Class
net.sf.okapi.common.resource.ExtendedCodeType
-
Packages that use ExtendedCodeType Package Description net.sf.okapi.common.resource Interfaces and classes that represent the parsed resources attached to the events sent by a filter. -
-
Uses of ExtendedCodeType in net.sf.okapi.common.resource
Methods in net.sf.okapi.common.resource that return ExtendedCodeType Modifier and Type Method Description static ExtendedCodeTypeExtendedCodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedCodeType[]ExtendedCodeType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-