Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.LanguageCodeType
Packages that use LanguageCodeType
-
Uses of LanguageCodeType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as LanguageCodeTypeModifier and TypeFieldDescriptionprotected LanguageCodeTypeStringMin1Max4000WithLangType.languageMethods in software.xdev.bzst.dip.client.xmldocument.model that return LanguageCodeTypeModifier and TypeMethodDescriptionstatic LanguageCodeTypeStringMin1Max4000WithLangType.getLanguage()Gets the value of the language property.static LanguageCodeTypeReturns the enum constant of this class with the specified name.static LanguageCodeType[]LanguageCodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in software.xdev.bzst.dip.client.xmldocument.model with parameters of type LanguageCodeTypeModifier and TypeMethodDescriptionvoidStringMin1Max4000WithLangType.setLanguage(LanguageCodeType value) Sets the value of the language property.