Uses of Class
net.sf.okapi.lib.terminology.TBXProperyType
-
Packages that use TBXProperyType Package Description net.sf.okapi.lib.terminology -
-
Uses of TBXProperyType in net.sf.okapi.lib.terminology
Methods in net.sf.okapi.lib.terminology that return TBXProperyType Modifier and Type Method Description static TBXProperyTypeTBXProperyType. valueOf(String name)Returns the enum constant of this type with the specified name.static TBXProperyType[]TBXProperyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.sf.okapi.lib.terminology with parameters of type TBXProperyType Constructor Description TBXProperty(TBXProperyType type, String name)
-