public enum RegionShard extends Enum<RegionShard> implements Shard
| Enum Constant and Description |
|---|
CENSUS
This region's census scale scores.
|
CENSUS_RANKS
The census scale scores of this region's nations.
|
CURRENT_POLL
The regional poll that is currently being conducted.
|
DELEGATE
The name of the nation that is the region's world assembly delegate.
|
DELEGATE_AUTHORITIES
The authorities granted to the region's world assembly delegate.
|
DELEGATE_ENDORSEMENTS
The number of endorsements the region's world assembly delegate has.
|
EMBASSIES
The region's embassies.
|
EMBASSIES_RMB_PERMISSIONS
Regional Message Board permissions for regions with which this region
exchanges embassies.
|
FACTBOOK
The complete mark-up of the regional factbook.
|
FLAG_URL
URL to the region's flag image.
|
FOUNDED
UNIX timestamp of when this region was founded.
|
FOUNDED_DESCRIPTION
Description of when this region was founded.
|
FOUNDER
The name of the region's founding nation.
|
FOUNDER_AUTHORITIES
The authorities granted to the region's founder.
|
GENERAL_ASSEMBLY_VOTE
The region's votes for the current General Assembly resolution.
|
HISTORY
List of history.
|
MOST_LIKED
Ranking of nations with most RMB likes given.
|
MOST_LIKES
Ranking of nations with most RMB likes received.
|
MOST_POSTS
Ranking of nations with most RMB posts made.
|
NAME
The region's name.
|
NATION_NAMES
List of nations that inhabit this region.
|
NUMBER_OF_NATIONS
The number of nations that inhabit this region.
|
OFFICERS
List of regional officers.
|
POWER
The region's power.
|
RECENT_HAPPENINGS
List of the most recent of this region's happenings.
|
REGIONAL_MESSAGES
List of 10 most recent regional messages.
|
SECURITY_COUNCIL_VOTE
The region's votes for the current Security Council resolution.
|
TAGS
The region's tags.
|
ZOMBIE_INFO
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 CENSUS_RANKS
public static final RegionShard DELEGATE
public static final RegionShard DELEGATE_AUTHORITIES
public static final RegionShard DELEGATE_ENDORSEMENTS
public static final RegionShard EMBASSIES
public static final RegionShard EMBASSIES_RMB_PERMISSIONS
public static final RegionShard FACTBOOK
public static final RegionShard FLAG_URL
public static final RegionShard FOUNDED_DESCRIPTION
public static final RegionShard FOUNDED
public static final RegionShard FOUNDER
public static final RegionShard FOUNDER_AUTHORITIES
public static final RegionShard GENERAL_ASSEMBLY_VOTE
public static final RegionShard RECENT_HAPPENINGS
public static final RegionShard HISTORY
public static final RegionShard REGIONAL_MESSAGES
public static final RegionShard MOST_LIKED
public static final RegionShard MOST_LIKES
public static final RegionShard MOST_POSTS
public static final RegionShard NAME
public static final RegionShard NATION_NAMES
public static final RegionShard NUMBER_OF_NATIONS
public static final RegionShard OFFICERS
public static final RegionShard CURRENT_POLL
public static final RegionShard POWER
public static final RegionShard SECURITY_COUNCIL_VOTE
public static final RegionShard TAGS
public static final RegionShard ZOMBIE_INFO
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 © 2017. All rights reserved.