Uses of Enum Class
io.gs2.cdk.money.model.enums.NamespaceCurrency
Packages that use NamespaceCurrency
-
Uses of NamespaceCurrency in io.gs2.cdk.money.model
Constructors in io.gs2.cdk.money.model with parameters of type NamespaceCurrencyModifierConstructorDescriptionNamespace(Stack stack, String name, NamespacePriority priority, Boolean shareFree, NamespaceCurrency currency) Namespace(Stack stack, String name, NamespacePriority priority, Boolean shareFree, NamespaceCurrency currency, NamespaceOptions options) -
Uses of NamespaceCurrency in io.gs2.cdk.money.model.enums
Methods in io.gs2.cdk.money.model.enums that return NamespaceCurrencyModifier and TypeMethodDescriptionstatic NamespaceCurrencyReturns the enum constant of this class with the specified name.static NamespaceCurrency[]NamespaceCurrency.values()Returns an array containing the constants of this enum class, in the order they are declared.