Uses of Enum Class
software.xdev.bzst.dip.client.xmldocument.model.cesop.CurrCodeType
Packages that use CurrCodeType
-
Uses of CurrCodeType in software.xdev.bzst.dip.client.xmldocument.model.cesop
Fields in software.xdev.bzst.dip.client.xmldocument.model.cesop declared as CurrCodeTypeMethods in software.xdev.bzst.dip.client.xmldocument.model.cesop that return CurrCodeTypeModifier and TypeMethodDescriptionstatic CurrCodeTypeAmountType.getCurrency()Ruft den Wert der currency-Eigenschaft ab.static CurrCodeTypeReturns the enum constant of this class with the specified name.static CurrCodeType[]CurrCodeType.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 CurrCodeTypeModifier and TypeMethodDescriptionvoidAmountType.setCurrency(CurrCodeType value) Legt den Wert der currency-Eigenschaft fest.