Uses of Enum Class
com.foursoft.harness.vec.v113.VecLanguageCode
Packages that use VecLanguageCode
-
Uses of VecLanguageCode in com.foursoft.harness.vec.v113
Fields in com.foursoft.harness.vec.v113 declared as VecLanguageCodeModifier and TypeFieldDescriptionprotected VecLanguageCodeVecAbstractLocalizedString.languageCodeReferences the corresponding languageCode of the value.Methods in com.foursoft.harness.vec.v113 that return VecLanguageCodeModifier and TypeMethodDescriptionstatic VecLanguageCodeVecAbstractLocalizedString.getLanguageCode()Gets the value of the languageCode property.static VecLanguageCodeReturns the enum constant of this class with the specified name.static VecLanguageCode[]VecLanguageCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.foursoft.harness.vec.v113 with parameters of type VecLanguageCodeModifier and TypeMethodDescriptionvoidVecAbstractLocalizedString.setLanguageCode(VecLanguageCode value) Sets the value of the languageCode property.