Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.OECDNameTypeEnumType
Packages that use OECDNameTypeEnumType
-
Uses of OECDNameTypeEnumType in software.xdev.bzst.dip.client.xmldocument.model
Fields in software.xdev.bzst.dip.client.xmldocument.model declared as OECDNameTypeEnumTypeMethods in software.xdev.bzst.dip.client.xmldocument.model that return OECDNameTypeEnumTypeModifier and TypeMethodDescriptionstatic OECDNameTypeEnumTypeNamePersonType.getNameType()Gets the value of the nameType property.static OECDNameTypeEnumTypeReturns the enum constant of this class with the specified name.static OECDNameTypeEnumType[]OECDNameTypeEnumType.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 OECDNameTypeEnumTypeModifier and TypeMethodDescriptionvoidNamePersonType.setNameType(OECDNameTypeEnumType value) Sets the value of the nameType property.