Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.NameTypeEnumType
Packages that use NameTypeEnumType
-
Uses of NameTypeEnumType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as NameTypeEnumTypeMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return NameTypeEnumTypeModifier and TypeMethodDescriptionstatic NameTypeEnumTypeNameType.getNameType()Ruft den Wert der nameType-Eigenschaft ab.static NameTypeEnumTypeReturns the enum constant of this class with the specified name.static NameTypeEnumType[]NameTypeEnumType.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.cesop with parameters of type NameTypeEnumTypeModifier and TypeMethodDescriptionvoidNameType.setNameType(NameTypeEnumType value) Legt den Wert der nameType-Eigenschaft fest.