Uses of Class
net.sf.okapi.tm.pensieve.common.MetadataType
-
Packages that use MetadataType Package Description net.sf.okapi.tm.pensieve.common -
-
Uses of MetadataType in net.sf.okapi.tm.pensieve.common
Methods in net.sf.okapi.tm.pensieve.common that return MetadataType Modifier and Type Method Description static MetadataTypeMetadataType. findMetadataType(String keyword)static MetadataTypeMetadataType. valueOf(String name)Returns the enum constant of this type with the specified name.static MetadataType[]MetadataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.okapi.tm.pensieve.common with parameters of type MetadataType Modifier and Type Method Description StringTranslationUnit. getMetadataValue(MetadataType key)Gets the value for a give metadata value fieldvoidTranslationUnit. setMetadataValue(MetadataType key, String value)Sets the value for a give metadata value field
-