| Package | Description |
|---|---|
| org.fusesource.example |
| Modifier and Type | Field and Description |
|---|---|
protected CustomerType |
Customer.type |
| Modifier and Type | Method and Description |
|---|---|
static CustomerType |
CustomerType.fromValue(java.lang.String v) |
CustomerType |
Customer.getType()
Gets the value of the type property.
|
static CustomerType |
CustomerType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomerType[] |
CustomerType.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.setType(CustomerType value)
Sets the value of the type property.
|
Copyright © 2014 Red Hat. All Rights Reserved.