public enum CensusId extends Enum<CensusId>
| Modifier and Type | Method and Description |
|---|---|
static CensusId |
fromInt(int id)
Returns the CensusId mapped to the given id.
|
int |
toInt()
Returns the id.
|
static CensusId |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CensusId[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CensusId CIVIL_RIGHTS
public static final CensusId ECONOMY
public static final CensusId POLITICAL_FREEDOM
public static final CensusId POPULATION
public static final CensusId WEALTH_GAPS
public static final CensusId DEATH_RATE
public static final CensusId COMPASSION
public static final CensusId ECO_FRIENDLINESS
public static final CensusId SOCIAL_CONSERVATISM
public static final CensusId NUDITY
public static final CensusId INDUSTRY_AUTOMOBILE_MANUFACTURING
public static final CensusId INDUSTRY_CHEESE_EXPORTS
public static final CensusId INDUSTRY_BASKET_WEAVING
public static final CensusId INDUSTRY_INFORMATION_TECHNOLOGY
public static final CensusId INDUSTRY_PIZZA_DELIVERY
public static final CensusId INDUSTRY_TROUT_FISHING
public static final CensusId INDUSTRY_ARMS_MANUFACTURING
public static final CensusId SECTOR_AGRICULTURE
public static final CensusId INDUSTRY_BEVERAGE_SALES
public static final CensusId INDUSTRY_TIMBERWOOD_CHIPPING
public static final CensusId INDUSTRY_MINING
public static final CensusId INDUSTRY_INSURANCE
public static final CensusId INDUSTRY_FURNITURE_RESTORATION
public static final CensusId INDUSTRY_RETAIL
public static final CensusId INDUSTRY_BOOK_PUBLISHING
public static final CensusId INDUSTRY_GAMBLING
public static final CensusId SECTOR_MANUFACTURING
public static final CensusId GOVERNMENT_SIZE
public static final CensusId WELFARE
public static final CensusId PUBLIC_HEALTHCARE
public static final CensusId LAW_ENFORCEMENT
public static final CensusId BUSINESS_SUBSIDIZATION
public static final CensusId RELIGIOUSNESS
public static final CensusId INCOME_EQUALITY
public static final CensusId NICENESS
public static final CensusId RUDENESS
public static final CensusId INTELLIGENCE
public static final CensusId IGNORANCE
public static final CensusId POLITICAL_APATHY
public static final CensusId HEALTH
public static final CensusId CHEERFULNESS
public static final CensusId WEATHER
public static final CensusId COMPLIANCE
public static final CensusId SAFETY
public static final CensusId LIFESPAN
public static final CensusId IDEOLOGICAL_RADICALITY
public static final CensusId DEFENSE_FORCES
public static final CensusId PACIFISM
public static final CensusId ECONOMIC_FREEDOM
public static final CensusId TAXATION
public static final CensusId FREEDOM_FROM_TAXATION
public static final CensusId CORRUPTION
public static final CensusId INTEGRITY
public static final CensusId AUTHORITARIANISM
public static final CensusId YOUTH_REBELLIOUSNESS
public static final CensusId CULTURE
public static final CensusId EMPLOYMENT
public static final CensusId PUBLIC_TRANSPORT
public static final CensusId TOURISM
public static final CensusId WEAPONIZATION
public static final CensusId RECREATIONAL_DRUG_USE
public static final CensusId OBESITY
public static final CensusId SECULARISM
public static final CensusId ENVIRONMENTAL_BEAUTY
public static final CensusId CHARMLESSNESS
public static final CensusId INFLUENCE
public static final CensusId WORLD_ASSEMBLY_ENDORSEMENTS
public static final CensusId AVERAGENESS
public static final CensusId HUMAN_DEVELOPMENT_INDEX
public static final CensusId PRIMITIVENESS
public static final CensusId SCIENTIFIC_ADVANCEMENT
public static final CensusId INCLUSIVENESS
public static final CensusId AVERAGE_INCOME
public static final CensusId AVERAGE_INCOME_OF_POOR
public static final CensusId AVERAGE_INCOME_OF_RICH
public static final CensusId PUBLIC_EDUCATION
public static final CensusId ECONOMIC_OUTPUT
public static final CensusId CRIME
public static final CensusId FOREIGN_AID
public static final CensusId BLACK_MARKET
public static final CensusId RESIDENCY
public static CensusId[] values()
for (CensusId c : CensusId.values()) System.out.println(c);
public static CensusId 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 nullpublic int toInt()
public static CensusId fromInt(int id)
id - the idCopyright © 2017. All rights reserved.