Package | Description |
---|---|
com.maplander.enumeration.manage.business | |
com.maplander.model.business | |
com.maplander.model.complex |
Modifier and Type | Method and Description |
---|---|
static CurrencyEnum |
CurrencyEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CurrencyEnum[] |
CurrencyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CurrencyEnum |
Event.getCurrency() |
CurrencyEnum |
Business.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
Event.setCurrency(CurrencyEnum currency) |
void |
Business.setCurrency(CurrencyEnum currency) |
Modifier and Type | Method and Description |
---|---|
CurrencyEnum |
LiteMap.getCurrency() |
Modifier and Type | Method and Description |
---|---|
void |
LiteMap.setCurrency(CurrencyEnum currency) |