public enum WorldAssemblyShard extends Enum<WorldAssemblyShard> implements Shard
| Enum Constant and Description |
|---|
CURRENT_PROPOSALS
Current proposed resolutions.
|
DELEGATE_LOG
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
DELEGATE_VOTES
Same as DelegateLog, but only contains the last action for each delegate.
|
DELEGATES
The list of delegates.
|
LAST_RESOLUTION_RESULT
Brief description of the end result of the last proposed resolution.
|
MEMBERS
The list of member nations.
|
NUMBER_OF_DELEGATES
The number of delegates.
|
NUMBER_OF_MEMBERS
The number of member nations.
|
RECENT_HAPPENINGS
Most recent happenings.
|
RECENT_MEMBER_LOG
Most recent member log entries.
|
RESOLUTION
The current resolution at vote, or a specific one if an id is supplied.
|
VOTE_TRACK
A track record of the total votes of the resolution currently at vote.
|
| Modifier and Type | Method and Description |
|---|---|
String |
shardName()
Returns the underlying name of the shard.
|
static WorldAssemblyShard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorldAssemblyShard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorldAssemblyShard NUMBER_OF_MEMBERS
public static final WorldAssemblyShard NUMBER_OF_DELEGATES
public static final WorldAssemblyShard DELEGATES
public static final WorldAssemblyShard MEMBERS
public static final WorldAssemblyShard RECENT_HAPPENINGS
public static final WorldAssemblyShard RECENT_MEMBER_LOG
public static final WorldAssemblyShard CURRENT_PROPOSALS
public static final WorldAssemblyShard RESOLUTION
public static final WorldAssemblyShard VOTE_TRACK
public static final WorldAssemblyShard DELEGATE_LOG
public static final WorldAssemblyShard DELEGATE_VOTES
public static final WorldAssemblyShard LAST_RESOLUTION_RESULT
public static WorldAssemblyShard[] values()
for (WorldAssemblyShard c : WorldAssemblyShard.values()) System.out.println(c);
public static WorldAssemblyShard valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.