| Modifier and Type | Method and Description |
|---|---|
Address.Nature |
Address.getNature() |
static Address.Nature |
Address.Nature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Address.Nature[] |
Address.Nature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Address(Address.Nature nature,
String address) |