Uses of Class
net.sf.okapi.lib.xliff2.metadata.MetaGroup.AppliesTo
-
Packages that use MetaGroup.AppliesTo Package Description net.sf.okapi.lib.xliff2.metadata Classes to read, write and manipulate the elements and attributes of the Metadata module. -
-
Uses of MetaGroup.AppliesTo in net.sf.okapi.lib.xliff2.metadata
Methods in net.sf.okapi.lib.xliff2.metadata that return MetaGroup.AppliesTo Modifier and Type Method Description static MetaGroup.AppliesToMetaGroup.AppliesTo. fromString(String name)MetaGroup.AppliesToMetaGroup. getAppliesTo()static MetaGroup.AppliesToMetaGroup.AppliesTo. valueOf(String name)Returns the enum constant of this type with the specified name.static MetaGroup.AppliesTo[]MetaGroup.AppliesTo. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.lib.xliff2.metadata with parameters of type MetaGroup.AppliesTo Modifier and Type Method Description voidMetaGroup. setAppliesTo(MetaGroup.AppliesTo appliesTo)
-