public enum RegionShard extends Enum<RegionShard> implements Shard
| Enum Constant and Description |
|---|
Census
This region's census scale scores.
|
CensusRanks
The census scale scores of this region's nations.
|
CurrentPoll
The regional poll that is currently being conducted.
|
Delegate
The name of the nation that is the region's world assembly delegate.
|
DelegateAuthorities
The authorities granted to the region's world assembly delegate.
|
DelegateEndorsements
The number of endorsements the region's world assembly delegate has.
|
Embassies
The region's embassies.
|
EmbassiesRMBPerms
Regional Message Board permissions for regions with which this region exchanges embassies.
|
Factbook
The complete mark-up of the regional factbook.
|
FlagUrl
URL to the region's flag image.
|
Founded
Description of when this region was founded.
|
FoundedTime
UNIX timestamp of when this region was founded.
|
Founder
The name of the region's founding nation.
|
FounderAuthorities
The authorities granted to the region's founder.
|
GeneralAssemblyVote
The region's votes for the current General Assembly resolution.
|
History
List of history.
|
Name
The region's name.
|
NationNames
List of nations that inhabit this region.
|
NumberOfNations
The number of nations that inhabit this region.
|
Officers
List of regional officers.
|
Power
The region's power.
|
RecentHappenings
List of the most recent of this region's happenings.
|
RegionalMessages
List of 10 most recent regional messages.
|
SecurityCouncilVote
The region's votes for the current Security Council resolution.
|
Tags
The region's tags.
|
ZombieInfo
This region's statistics of the current or last zombie event.
|
| Modifier and Type | Method and Description |
|---|---|
String |
shardName()
Returns the underlying name of the shard.
|
static RegionShard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionShard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegionShard Census
public static final RegionShard CensusRanks
public static final RegionShard Delegate
public static final RegionShard DelegateAuthorities
public static final RegionShard DelegateEndorsements
public static final RegionShard Embassies
public static final RegionShard EmbassiesRMBPerms
public static final RegionShard Factbook
public static final RegionShard FlagUrl
public static final RegionShard Founded
public static final RegionShard FoundedTime
public static final RegionShard Founder
public static final RegionShard FounderAuthorities
public static final RegionShard GeneralAssemblyVote
public static final RegionShard RecentHappenings
public static final RegionShard History
public static final RegionShard RegionalMessages
public static final RegionShard Name
public static final RegionShard NationNames
public static final RegionShard NumberOfNations
public static final RegionShard Officers
public static final RegionShard CurrentPoll
public static final RegionShard Power
public static final RegionShard SecurityCouncilVote
public static final RegionShard Tags
public static final RegionShard ZombieInfo
public static RegionShard[] values()
for (RegionShard c : RegionShard.values()) System.out.println(c);
public static RegionShard 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.