| Package | Description |
|---|---|
| com.github.agadar.nationstates.domain.nation | |
| com.github.agadar.nationstates.enumerator |
| Modifier and Type | Field and Description |
|---|---|
WorldAssemblyStatus |
Nation.worldAssemblyStatus
String indicating whether the nation is a member of the World Assembly.
|
| Modifier and Type | Method and Description |
|---|---|
static WorldAssemblyStatus |
WorldAssemblyStatus.fromString(String underlying)
Returns the WorldAssemblyStatus with the supplied underlying string.
|
WorldAssemblyStatus |
WorldAssemblyStatus.Adapter.unmarshal(String vt) |
static WorldAssemblyStatus |
WorldAssemblyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldAssemblyStatus[] |
WorldAssemblyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WorldAssemblyStatus.Adapter.marshal(WorldAssemblyStatus bt) |
Copyright © 2017. All rights reserved.