| Package | Description |
|---|---|
| com.inmanlabs.commons.contact | |
| com.inmanlabs.commons.location |
| Modifier and Type | Method and Description |
|---|---|
UsaState |
PostalAddress.getState() |
UsaState |
Contact.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
PostalAddress.setState(UsaState state) |
void |
Contact.setState(UsaState state) |
| Modifier and Type | Method and Description |
|---|---|
UsaState |
Location.getState() |
static UsaState |
UsaState.parse(String input)
Parse string input to enum.
|
static UsaState |
UsaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsaState[] |
UsaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setState(UsaState state) |
Copyright © 2019. All rights reserved.