Package | Description |
---|---|
info.magnolia.poc.customer |
Modifier and Type | Method and Description |
---|---|
CustomerStatus |
Customer.getStatus()
Get the value of status
|
static CustomerStatus |
CustomerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerStatus[] |
CustomerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setStatus(CustomerStatus status)
Set the value of status
|
Copyright © 2020 Magnolia International Ltd.. All rights reserved.