public enum NationShard extends Enum<NationShard> implements Shard
| Enum Constant and Description |
|---|
Admirable
One of two adjectives for this nation, e.g.
|
Animal
This nation's national animal.
|
AnimalTrait
Information about this nation's national animal.
|
AverageIncome
The average income of the population.
|
AverageIncomeTaxRate
The income tax rate, expressed as a percentage.
|
Banner
The Rift banner code of this nation's primary banner, or of a randomly
chosen eligible banner if no primary banner is set.
|
Banners
The eligible Rift banner codes of this nation.
|
CanReceiveCampaignTelegrams
True if the nation is not currently blocking campaign telegrams.
|
CanReceiveRecruitmentTelegrams
True if the nation is not currently blocking recruitment telegrams.
|
Capital
This nation's capital.
|
Category
This nation's government's category e.g.
|
Census
This nation's census scale scores.
|
CensusRankInRegion
The nation's regional census rank.
|
CensusRankInWorld
The nation's world-wide census rank
|
CrimeDescription
Description of crime in this nation.
|
Currency
This nation's currency name.
|
CustomCapital
This nation's capital.
|
CustomLeader
This nation's leader.
|
CustomReligion
This nation's religion.
|
Deaths
List of death causes data in this nation.
|
Demonym
Primary demonym.
|
Demonym2
Secondary demonym.
|
Demonym2Plural
Plural of secondary demonym.
|
Dispatches
This nations's dispatches.
|
EconomyDescription
Elaborate description of this nation's economy.
|
EconomySectors
Overview in percentages of the government's economy sectors.
|
EndorsedBy
List of nation names that endorsed this nation.
|
Factbooks |
FirstLogin
UNIX timestamp of when the nation first logged in.
|
FlagUrl
URL to the nation's flag image.
|
Founded
Description of when this nation was founded.
|
FoundedTime
UNIX timestamp of when this nation was founded.
|
Freedom
The nation's civil rights, economy, and political freedoms scores.
|
FullName
The nation's full name.
|
GeneralAssemblyVote
The nation's vote for the current General Assembly resolution.
|
GovernmentDescription
Elaborate description of the government.
|
GovernmentExpenditure
Overview in percentages of the government's expenditures.
|
GovernmentPriority
The expenditure the government spends most on.
|
GovernmentType
The nation's custom government type, e.g.
|
GrossDomesticProduct
The nation's gross domestic product.
|
LastActivity
Description of when this nation was last active.
|
LastLogin
UNIX timestamp of when this nation was last logged in.
|
Leader
This nation's leader.
|
MajorIndustry
This nation's biggest industry.
|
Motto
This nation's national motto.
|
Name
This nation's name.
|
NotableFor
Description of what this nation is most notable for.
|
NumberOfDispatches
Number of dispatches written by this nation.
|
NumberOfFactbooks
Number of factbooks written by this nation.
|
PoorestIncome
Income of the poorest population.
|
Population
The population, in millions.
|
PopulationDescription
Description of this nation's population.
|
PublicSector
The percentage of the economy that is State-Owned or Government.
|
RecentHappenings
List of the most recent of this nation's happenings.
|
RecentLegislation
List of this nation's most recent legislations.
|
RegionalInfluence
The regional influence of this nation, e.g.
|
RegionName
Name of the region this nation is in.
|
Religion
This nation's religion.
|
RichestIncome
Income of the richest population.
|
SecurityCouncilVote
The nation's vote for the current Security Council resolution.
|
WorldAssemblyStatus
String indicating whether the nation is a member of the World Assembly.
|
ZombieInfo
This nation'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 NationShard |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NationShard[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NationShard Admirable
public static final NationShard Animal
public static final NationShard AnimalTrait
public static final NationShard Banner
public static final NationShard Banners
public static final NationShard Capital
public static final NationShard Category
public static final NationShard Census
public static final NationShard CrimeDescription
public static final NationShard Currency
public static final NationShard CustomLeader
public static final NationShard CustomCapital
public static final NationShard CustomReligion
public static final NationShard Deaths
public static final NationShard Demonym
public static final NationShard Demonym2
public static final NationShard Demonym2Plural
public static final NationShard NumberOfDispatches
public static final NationShard Dispatches
public static final NationShard EndorsedBy
public static final NationShard NumberOfFactbooks
public static final NationShard Factbooks
public static final NationShard FirstLogin
public static final NationShard FlagUrl
public static final NationShard Founded
public static final NationShard FoundedTime
public static final NationShard Freedom
public static final NationShard FullName
public static final NationShard GeneralAssemblyVote
public static final NationShard GrossDomesticProduct
public static final NationShard GovernmentExpenditure
public static final NationShard GovernmentDescription
public static final NationShard GovernmentPriority
public static final NationShard RecentHappenings
public static final NationShard AverageIncome
public static final NationShard EconomyDescription
public static final NationShard RegionalInfluence
public static final NationShard LastActivity
public static final NationShard LastLogin
public static final NationShard Leader
public static final NationShard RecentLegislation
public static final NationShard MajorIndustry
public static final NationShard Motto
public static final NationShard Name
public static final NationShard NotableFor
public static final NationShard PoorestIncome
public static final NationShard Population
public static final NationShard PublicSector
public static final NationShard CensusRankInRegion
public static final NationShard RegionName
public static final NationShard Religion
public static final NationShard RichestIncome
public static final NationShard SecurityCouncilVote
public static final NationShard EconomySectors
public static final NationShard PopulationDescription
public static final NationShard AverageIncomeTaxRate
public static final NationShard CanReceiveRecruitmentTelegrams
public static final NationShard CanReceiveCampaignTelegrams
public static final NationShard GovernmentType
public static final NationShard WorldAssemblyStatus
public static final NationShard CensusRankInWorld
public static final NationShard ZombieInfo
public static NationShard[] values()
for (NationShard c : NationShard.values()) System.out.println(c);
public static NationShard 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.