public enum WAShard extends Enum<WAShard> implements Shard
| Enum Constant and Description |
|---|
CurrentProposals
Current proposed resolutions.
|
DelegateLog
A log containing when what delegates voted, and what for, during the
resolution currently at vote.
|
Delegates
The list of delegates.
|
DelegateVotes
Same as DelegateLog, but only contains the last action for each delegate.
|
LastResolutionResult
Brief description of the end result of the last proposed resolution.
|
Members
The list of member nations.
|
NumberOfDelegates
The number of delegates.
|
NumberOfMembers
The number of member nations.
|
RecentHappenings
Most recent happenings.
|
RecentMemberLog
Most recent member log entries.
|
Resolution
The current resolution at vote, or a specific one if an id is supplied.
|
VoteTrack
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 WAShard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WAShard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WAShard NumberOfMembers
public static final WAShard NumberOfDelegates
public static final WAShard Delegates
public static final WAShard Members
public static final WAShard RecentHappenings
public static final WAShard RecentMemberLog
public static final WAShard CurrentProposals
public static final WAShard Resolution
public static final WAShard VoteTrack
public static final WAShard DelegateLog
public static final WAShard DelegateVotes
public static final WAShard LastResolutionResult
public static WAShard[] values()
for (WAShard c : WAShard.values()) System.out.println(c);
public static WAShard 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 © 2016. All rights reserved.