com.askgeo.dbl.base
Enum CensusField

java.lang.Object
  extended by java.lang.Enum<CensusField>
      extended by com.askgeo.dbl.base.CensusField
All Implemented Interfaces:
DataFieldInterface, java.io.Serializable, java.lang.Comparable<CensusField>

public enum CensusField
extends java.lang.Enum<CensusField>
implements DataFieldInterface

Enumeration of the metadata fields returned in results from maps that include the US Census Bureau's 2010 Census. In general, fields are counts of people or households. For example, Age25To34 is the number of people between 25 and 34 years old. Fields that are reported as fractions of some larger population include "Percent".

Most field names start with a category ("Age", "Race", "Hispanic", "Sex", "Households"). The category is followed by a short form of what the field is.

To take a couple examples, SexMale is the number of males in the statistical area, HispanicPercentCuban is the percentage of all Hispanics (HispanicPopulation) that are Cuban, and HouseholdsMarriedCoupleKidsUnder18 is the number of households with a married couple and their own kids under the age of 18.


Enum Constant Summary
CensusAge0To4
          Age: Under 5 Years (people)
CensusAge10To14
          Age: 10 to 14 Years (people)
CensusAge15To17
          Age: 15 to 17 Years (people)
CensusAge15To19
          Age: 15 to 19 Years (people)
CensusAge18To19
          Age: 18 to 19 Years (people)
CensusAge18To24
          Age: 18 to 24 Years (people)
CensusAge20To24
          Age: 20 to 24 Years (people)
CensusAge25To34
          Age: 25 to 34 Years (people)
CensusAge25To44
          Age: 25 to 44 Years (people)
CensusAge35To44
          Age: 35 to 44 Years (people)
CensusAge45To54
          Age: 45 to 54 Years (people)
CensusAge45To64
          Age: 45 to 64 Years (people)
CensusAge55To59
          Age: 55 to 59 Years (people)
CensusAge5To9
          Age: Age 5 to 9 Years (people)
CensusAge60To64
          Age: 60 to 64 Years (people)
CensusAge65To74
          Age: 65 to 74 Years (people)
CensusAge75To84
          Age: 75 to 84 Years (people)
CensusAgeMedianAge
          Age: Median Age (years)
CensusAgeOver18
          Age: 18 Years and Over (people)
CensusAgeOver18Female
          Age: Females 18 Year and Over (people)
CensusAgeOver18Male
          Age: Males 18 Year and Over (people)
CensusAgeOver21
          Age: 21 Years and Over (people)
CensusAgeOver62
          Age: 62 Years and Over (people)
CensusAgeOver65
          Age: 65 Years and Over (people)
CensusAgeOver65Female
          Age: Females 65 and Over (people)
CensusAgeOver65Male
          Age: Males 65 and Over (people)
CensusAgeOver85
          Age: 85 Years and Over (people)
CensusAgePercent0To4
          Age: Percent Under 5 Years (percent)
CensusAgePercent10To14
          Age: Percent 10 to 14 Years (percent)
CensusAgePercent15To17
          Age: Percent 15 to 17 Years (percent)
CensusAgePercent15To19
          Age: Percent 15 to 19 Years (percent)
CensusAgePercent18To19
          Age: Percent 18 to 19 Years (percent)
CensusAgePercent18To24
          Age: Percent 18 to 24 Years (percent)
CensusAgePercent20To24
          Age: Percent 20 to 24 Years (percent)
CensusAgePercent25To34
          Age: Percent 25 to 34 Years (percent)
CensusAgePercent25To44
          Age: Percent 25 to 44 Years (percent)
CensusAgePercent35To44
          Age: Percent 35 to 44 Years (percent)
CensusAgePercent45To54
          Age: Percent 45 to 54 Years (percent)
CensusAgePercent45To64
          Age: Percent 45 to 64 Years (percent)
CensusAgePercent55To59
          Age: Percent 55 to 59 Years (percent)
CensusAgePercent5To9
          Age: Percent Age 5 to 9 Years (percent)
CensusAgePercent60To64
          Age: Percent 60 to 64 Years (percent)
CensusAgePercent65To74
          Age: Percent 65 to 74 Years (percent)
CensusAgePercent75To84
          Age: Percent 75 to 84 Years (percent)
CensusAgePercentOver18
          Age: Percent 18 Years and Over (percent)
CensusAgePercentOver18Female
          Age: Percent Females 18 Years and Over (percent)
CensusAgePercentOver18Male
          Age: Percent Males 18 Years and Over (percent)
CensusAgePercentOver21
          Age: Percent 21 and Over (percent)
CensusAgePercentOver62
          Age: Percent 62 Years and Over (percent)
CensusAgePercentOver65
          Age: Percent 65 Years and Over (percent)
CensusAgePercentOver65Female
          Age: Percent Females 65 and Over (percent)
CensusAgePercentOver65Male
          Age: Percent Males 65 and Over (percent)
CensusAgePercentOver85
          Age: Percent 85 Years and Over (percent)
CensusAgePercentUnder18
          Age: Percent 0 to 17 (percent)
CensusAgeUnder18
          Age: 0 to 17 Years (people)
CensusAreaName
          Entity name
CensusEsriId
          ESRI entity code
CensusGeoCode
          US Census entity code
CensusGeoId
          Unique geographic identifier
CensusGeoLevel
          Geographic level code
CensusHispanicCuban
          Hispanic: Cuban (people)
CensusHispanicMexican
          Hispanic: Mexican (people)
CensusHispanicNonHispanic
          Hispanic: Not Hispanic or Latino (people)
CensusHispanicOtherHispanic
          Hispanic: Other Hispanic or Latino (people)
CensusHispanicPercentCuban
          Hispanic: Percent Cuban (percent)
CensusHispanicPercentHispanic
          Hispanic: Percent Hispanic or Latino (of any race) (percent)
CensusHispanicPercentMexican
          Hispanic: Percent Mexican (percent)
CensusHispanicPercentNonHispanic
          Hispanic: Percent Not Hispanic or Latino (percent)
CensusHispanicPercentOtherHispanic
          Hispanic: Percent Other Hispanic or Latino (percent)
CensusHispanicPercentPuertoRican
          Hispanic: Percent Puerto Rican (percent)
CensusHispanicPercentWhiteNonHispanic
          Hispanic: Percent White Alone Not Hispanic (percent)
CensusHispanicPuertoRican
          Hispanic: Puerto Rican (people)
CensusHispanicTotalPopulation
          Hispanic: Hispanic or Latino (of any race) (people)
CensusHispanicWhiteNonHispanic
          Hispanic: White Alone Not Hispanic (people)
CensusHouseholdsAverageFamilySize
          Households: Average Family Size (people)
CensusHouseholdsAverageHouseholdSize
          Households: Average Household Size (people)
CensusHouseholdsFamilyKidsUnder18
          Households: With Own Children Under 18 Years (households)
CensusHouseholdsFemaleHouseholder
          Households: Female householder No Husband Present (households)
CensusHouseholdsHouseholderOver65
          Households: Householder 65 Years and Over (households)
CensusHouseholdsHouseholdsWithUnder18
          Households: Households With Individuals Under 18 Years (households)
CensusHouseholdsLivingAlone
          Households: Householder Living Alone (households)
CensusHouseholdsMarriedCouple
          Households: Married Couple Family (households)
CensusHouseholdsMarriedCoupleKidsUnder18
          Households: With Own Children Under 18 Years (households)
CensusHouseholdsNonFamily
          Households: Non Family Households (households)
CensusHouseholdsPercentFamilies
          Households: Percent Family Households (Families) (percent)
CensusHouseholdsPercentFamilyKidsUnder18
          Households: Percent With Own Children Under 18 Years (percent)
CensusHouseholdsPercentFemaleHouseholder
          Households: Percent Female householder No Husband Present (percent)
CensusHouseholdsPercentHouseholderOver65
          Households: Percent Householder 65 Years and Over (percent)
CensusHouseholdsPercentHouseholdsWithUnder18
          Households: Percent Households With Individuals Under 18 Years (percent)
CensusHouseholdsPercentLivingAlone
          Households: Percent Householder Living Alone (percent)
CensusHouseholdsPercentMarriedCouple
          Households: Percent Married Couple Family (percent)
CensusHouseholdsPercentMarriedCoupleKidsUnder18
          Households: Percent With Own Children Under 18 Years (percent)
CensusHouseholdsPercentNonFamily
          Households: Percent Non Family Households (percent)
CensusHouseholdsPercentSameSexPartner
          Households: Percent Same-Sex Unmarried Partner Households (percent)
CensusHouseholdsPercentSingleMoms
          Households: Percent With Own Children Under 18 Years (percent)
CensusHouseholdsPercentUnmarriedPartner
          Households: Percent Unmarried Partner Households (percent)
CensusHouseholdsPercentWithOver65
          Households: Percent Households With Individuals 65 Years and Over (percent)
CensusHouseholdsSameSexPartner
          Households: Same-Sex Unmarried Partner Households (households)
CensusHouseholdsSingleMoms
          Households: With Own Children Under 18 Years (households)
CensusHouseholdsTotal
          Households: Total Households (households)
CensusHouseholdsTotalFamilies
          Households: Family Households (Families) (households)
CensusHouseholdsUnmarriedPartner
          Households: Unmarried Partner Households (households)
CensusHouseholdsWithOver65
          Households: Households With Individuals 65 Years and Over (households)
CensusPeoplePerSqMi
          Population Density (people per square mile)
CensusRaceAsianOnly
          Race: Asian (people)
CensusRaceBlackOnly
          Race: Black or African American (people)
CensusRaceHawaiianPIOnly
          Race: Native Hawaiian and Other Pacific Islander (people)
CensusRaceIndian
          Race: American Indian and Alaska Native (people)
CensusRaceMultiRace
          Race: Multi Race: Persons reporting more than one race (people)
CensusRaceOneRaceOnly
          Race: One Race (people)
CensusRaceOtherOnly
          Race: Some Other Race (people)
CensusRacePercentAsianOnly
          Race: Percent Asian (percent)
CensusRacePercentBlackOnly
          Race: Percent Black or African American (percent)
CensusRacePercentHawaiianPIOnly
          Race: Percent Native Hawaiian and Other Pacific Islander (percent)
CensusRacePercentIndian
          Race: Percent American Indian and Alaska Native (percent)
CensusRacePercentMultiRace
          Race: Percent Multi Race: Persons reporting more than one race (percent)
CensusRacePercentOneRaceOnly
          Race: Percent One Race (percent)
CensusRacePercentOtherOnly
          Race: Percent Some Other Race (percent)
CensusRacePercentWhiteOnly
          Race: Percent White (percent)
CensusRaceWhiteOnly
          Race: White (people)
CensusSexFemale
          Sex: Females (people)
CensusSexMale
          Sex: Males (people)
CensusSexPercentFemale
          Sex: Percent Females (percent)
CensusSexPercentMale
          Sex: Percent Males (percent)
CensusStateAbbreviation
          State abbreviation
CensusTotalPopulation
          Total Population (people)
CensusTotalPopulationChange2000To2010
          Change in Population 2000-2010 (people)
CensusTotalPopulationIn2000
          Total Population in 2000 (people)
CensusTotalPopulationPercentChange2000To2010
          Percent Change in Population 2000-2010 (percent)
 
Method Summary
 java.lang.String description()
          Returns a human-readable description of the data field.
 FieldType fieldType()
           
 FieldUnit fieldUnit()
          Specifies the FieldUnit of the field.
static CensusField valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CensusField[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.askgeo.dbl.base.DataFieldInterface
name, ordinal
 

Enum Constant Detail

CensusGeoId

public static final CensusField CensusGeoId
Unique geographic identifier


CensusGeoLevel

public static final CensusField CensusGeoLevel
Geographic level code


CensusEsriId

public static final CensusField CensusEsriId
ESRI entity code


CensusGeoCode

public static final CensusField CensusGeoCode
US Census entity code


CensusAreaName

public static final CensusField CensusAreaName
Entity name


CensusStateAbbreviation

public static final CensusField CensusStateAbbreviation
State abbreviation


CensusTotalPopulation

public static final CensusField CensusTotalPopulation
Total Population (people)


CensusTotalPopulationIn2000

public static final CensusField CensusTotalPopulationIn2000
Total Population in 2000 (people)


CensusTotalPopulationChange2000To2010

public static final CensusField CensusTotalPopulationChange2000To2010
Change in Population 2000-2010 (people)


CensusTotalPopulationPercentChange2000To2010

public static final CensusField CensusTotalPopulationPercentChange2000To2010
Percent Change in Population 2000-2010 (percent)


CensusSexMale

public static final CensusField CensusSexMale
Sex: Males (people)


CensusSexPercentMale

public static final CensusField CensusSexPercentMale
Sex: Percent Males (percent)


CensusSexFemale

public static final CensusField CensusSexFemale
Sex: Females (people)


CensusSexPercentFemale

public static final CensusField CensusSexPercentFemale
Sex: Percent Females (percent)


CensusPeoplePerSqMi

public static final CensusField CensusPeoplePerSqMi
Population Density (people per square mile)


CensusAge0To4

public static final CensusField CensusAge0To4
Age: Under 5 Years (people)


CensusAgePercent0To4

public static final CensusField CensusAgePercent0To4
Age: Percent Under 5 Years (percent)


CensusAge5To9

public static final CensusField CensusAge5To9
Age: Age 5 to 9 Years (people)


CensusAgePercent5To9

public static final CensusField CensusAgePercent5To9
Age: Percent Age 5 to 9 Years (percent)


CensusAge10To14

public static final CensusField CensusAge10To14
Age: 10 to 14 Years (people)


CensusAgePercent10To14

public static final CensusField CensusAgePercent10To14
Age: Percent 10 to 14 Years (percent)


CensusAge15To17

public static final CensusField CensusAge15To17
Age: 15 to 17 Years (people)


CensusAgePercent15To17

public static final CensusField CensusAgePercent15To17
Age: Percent 15 to 17 Years (percent)


CensusAge18To19

public static final CensusField CensusAge18To19
Age: 18 to 19 Years (people)


CensusAgePercent18To19

public static final CensusField CensusAgePercent18To19
Age: Percent 18 to 19 Years (percent)


CensusAge20To24

public static final CensusField CensusAge20To24
Age: 20 to 24 Years (people)


CensusAgePercent20To24

public static final CensusField CensusAgePercent20To24
Age: Percent 20 to 24 Years (percent)


CensusAge25To34

public static final CensusField CensusAge25To34
Age: 25 to 34 Years (people)


CensusAgePercent25To34

public static final CensusField CensusAgePercent25To34
Age: Percent 25 to 34 Years (percent)


CensusAge35To44

public static final CensusField CensusAge35To44
Age: 35 to 44 Years (people)


CensusAgePercent35To44

public static final CensusField CensusAgePercent35To44
Age: Percent 35 to 44 Years (percent)


CensusAge45To54

public static final CensusField CensusAge45To54
Age: 45 to 54 Years (people)


CensusAgePercent45To54

public static final CensusField CensusAgePercent45To54
Age: Percent 45 to 54 Years (percent)


CensusAge55To59

public static final CensusField CensusAge55To59
Age: 55 to 59 Years (people)


CensusAgePercent55To59

public static final CensusField CensusAgePercent55To59
Age: Percent 55 to 59 Years (percent)


CensusAge60To64

public static final CensusField CensusAge60To64
Age: 60 to 64 Years (people)


CensusAgePercent60To64

public static final CensusField CensusAgePercent60To64
Age: Percent 60 to 64 Years (percent)


CensusAge65To74

public static final CensusField CensusAge65To74
Age: 65 to 74 Years (people)


CensusAgePercent65To74

public static final CensusField CensusAgePercent65To74
Age: Percent 65 to 74 Years (percent)


CensusAge75To84

public static final CensusField CensusAge75To84
Age: 75 to 84 Years (people)


CensusAgePercent75To84

public static final CensusField CensusAgePercent75To84
Age: Percent 75 to 84 Years (percent)


CensusAgeOver85

public static final CensusField CensusAgeOver85
Age: 85 Years and Over (people)


CensusAgePercentOver85

public static final CensusField CensusAgePercentOver85
Age: Percent 85 Years and Over (percent)


CensusAgeMedianAge

public static final CensusField CensusAgeMedianAge
Age: Median Age (years)


CensusAgeUnder18

public static final CensusField CensusAgeUnder18
Age: 0 to 17 Years (people)


CensusAgePercentUnder18

public static final CensusField CensusAgePercentUnder18
Age: Percent 0 to 17 (percent)


CensusAge18To24

public static final CensusField CensusAge18To24
Age: 18 to 24 Years (people)


CensusAgePercent18To24

public static final CensusField CensusAgePercent18To24
Age: Percent 18 to 24 Years (percent)


CensusAge25To44

public static final CensusField CensusAge25To44
Age: 25 to 44 Years (people)


CensusAgePercent25To44

public static final CensusField CensusAgePercent25To44
Age: Percent 25 to 44 Years (percent)


CensusAge45To64

public static final CensusField CensusAge45To64
Age: 45 to 64 Years (people)


CensusAgePercent45To64

public static final CensusField CensusAgePercent45To64
Age: Percent 45 to 64 Years (percent)


CensusAgeOver62

public static final CensusField CensusAgeOver62
Age: 62 Years and Over (people)


CensusAgePercentOver62

public static final CensusField CensusAgePercentOver62
Age: Percent 62 Years and Over (percent)


CensusAgeOver65

public static final CensusField CensusAgeOver65
Age: 65 Years and Over (people)


CensusAgePercentOver65

public static final CensusField CensusAgePercentOver65
Age: Percent 65 Years and Over (percent)


CensusAgeOver18

public static final CensusField CensusAgeOver18
Age: 18 Years and Over (people)


CensusAgePercentOver18

public static final CensusField CensusAgePercentOver18
Age: Percent 18 Years and Over (percent)


CensusAgeOver18Male

public static final CensusField CensusAgeOver18Male
Age: Males 18 Year and Over (people)


CensusAgePercentOver18Male

public static final CensusField CensusAgePercentOver18Male
Age: Percent Males 18 Years and Over (percent)


CensusAgeOver18Female

public static final CensusField CensusAgeOver18Female
Age: Females 18 Year and Over (people)


CensusAgePercentOver18Female

public static final CensusField CensusAgePercentOver18Female
Age: Percent Females 18 Years and Over (percent)


CensusAgeOver21

public static final CensusField CensusAgeOver21
Age: 21 Years and Over (people)


CensusAgePercentOver21

public static final CensusField CensusAgePercentOver21
Age: Percent 21 and Over (percent)


CensusAge15To19

public static final CensusField CensusAge15To19
Age: 15 to 19 Years (people)


CensusAgePercent15To19

public static final CensusField CensusAgePercent15To19
Age: Percent 15 to 19 Years (percent)


CensusAgeOver65Male

public static final CensusField CensusAgeOver65Male
Age: Males 65 and Over (people)


CensusAgePercentOver65Male

public static final CensusField CensusAgePercentOver65Male
Age: Percent Males 65 and Over (percent)


CensusAgeOver65Female

public static final CensusField CensusAgeOver65Female
Age: Females 65 and Over (people)


CensusAgePercentOver65Female

public static final CensusField CensusAgePercentOver65Female
Age: Percent Females 65 and Over (percent)


CensusRaceOneRaceOnly

public static final CensusField CensusRaceOneRaceOnly
Race: One Race (people)


CensusRacePercentOneRaceOnly

public static final CensusField CensusRacePercentOneRaceOnly
Race: Percent One Race (percent)


CensusRaceWhiteOnly

public static final CensusField CensusRaceWhiteOnly
Race: White (people)


CensusRacePercentWhiteOnly

public static final CensusField CensusRacePercentWhiteOnly
Race: Percent White (percent)


CensusRaceBlackOnly

public static final CensusField CensusRaceBlackOnly
Race: Black or African American (people)


CensusRacePercentBlackOnly

public static final CensusField CensusRacePercentBlackOnly
Race: Percent Black or African American (percent)


CensusRaceIndian

public static final CensusField CensusRaceIndian
Race: American Indian and Alaska Native (people)


CensusRacePercentIndian

public static final CensusField CensusRacePercentIndian
Race: Percent American Indian and Alaska Native (percent)


CensusRaceAsianOnly

public static final CensusField CensusRaceAsianOnly
Race: Asian (people)


CensusRacePercentAsianOnly

public static final CensusField CensusRacePercentAsianOnly
Race: Percent Asian (percent)


CensusRaceHawaiianPIOnly

public static final CensusField CensusRaceHawaiianPIOnly
Race: Native Hawaiian and Other Pacific Islander (people)


CensusRacePercentHawaiianPIOnly

public static final CensusField CensusRacePercentHawaiianPIOnly
Race: Percent Native Hawaiian and Other Pacific Islander (percent)


CensusRaceOtherOnly

public static final CensusField CensusRaceOtherOnly
Race: Some Other Race (people)


CensusRacePercentOtherOnly

public static final CensusField CensusRacePercentOtherOnly
Race: Percent Some Other Race (percent)


CensusRaceMultiRace

public static final CensusField CensusRaceMultiRace
Race: Multi Race: Persons reporting more than one race (people)


CensusRacePercentMultiRace

public static final CensusField CensusRacePercentMultiRace
Race: Percent Multi Race: Persons reporting more than one race (percent)


CensusHispanicTotalPopulation

public static final CensusField CensusHispanicTotalPopulation
Hispanic: Hispanic or Latino (of any race) (people)


CensusHispanicPercentHispanic

public static final CensusField CensusHispanicPercentHispanic
Hispanic: Percent Hispanic or Latino (of any race) (percent)


CensusHispanicMexican

public static final CensusField CensusHispanicMexican
Hispanic: Mexican (people)


CensusHispanicPercentMexican

public static final CensusField CensusHispanicPercentMexican
Hispanic: Percent Mexican (percent)


CensusHispanicPuertoRican

public static final CensusField CensusHispanicPuertoRican
Hispanic: Puerto Rican (people)


CensusHispanicPercentPuertoRican

public static final CensusField CensusHispanicPercentPuertoRican
Hispanic: Percent Puerto Rican (percent)


CensusHispanicCuban

public static final CensusField CensusHispanicCuban
Hispanic: Cuban (people)


CensusHispanicPercentCuban

public static final CensusField CensusHispanicPercentCuban
Hispanic: Percent Cuban (percent)


CensusHispanicOtherHispanic

public static final CensusField CensusHispanicOtherHispanic
Hispanic: Other Hispanic or Latino (people)


CensusHispanicPercentOtherHispanic

public static final CensusField CensusHispanicPercentOtherHispanic
Hispanic: Percent Other Hispanic or Latino (percent)


CensusHispanicNonHispanic

public static final CensusField CensusHispanicNonHispanic
Hispanic: Not Hispanic or Latino (people)


CensusHispanicPercentNonHispanic

public static final CensusField CensusHispanicPercentNonHispanic
Hispanic: Percent Not Hispanic or Latino (percent)


CensusHispanicWhiteNonHispanic

public static final CensusField CensusHispanicWhiteNonHispanic
Hispanic: White Alone Not Hispanic (people)


CensusHispanicPercentWhiteNonHispanic

public static final CensusField CensusHispanicPercentWhiteNonHispanic
Hispanic: Percent White Alone Not Hispanic (percent)


CensusHouseholdsTotal

public static final CensusField CensusHouseholdsTotal
Households: Total Households (households)


CensusHouseholdsTotalFamilies

public static final CensusField CensusHouseholdsTotalFamilies
Households: Family Households (Families) (households)


CensusHouseholdsPercentFamilies

public static final CensusField CensusHouseholdsPercentFamilies
Households: Percent Family Households (Families) (percent)


CensusHouseholdsFamilyKidsUnder18

public static final CensusField CensusHouseholdsFamilyKidsUnder18
Households: With Own Children Under 18 Years (households)


CensusHouseholdsPercentFamilyKidsUnder18

public static final CensusField CensusHouseholdsPercentFamilyKidsUnder18
Households: Percent With Own Children Under 18 Years (percent)


CensusHouseholdsMarriedCouple

public static final CensusField CensusHouseholdsMarriedCouple
Households: Married Couple Family (households)


CensusHouseholdsPercentMarriedCouple

public static final CensusField CensusHouseholdsPercentMarriedCouple
Households: Percent Married Couple Family (percent)


CensusHouseholdsMarriedCoupleKidsUnder18

public static final CensusField CensusHouseholdsMarriedCoupleKidsUnder18
Households: With Own Children Under 18 Years (households)


CensusHouseholdsPercentMarriedCoupleKidsUnder18

public static final CensusField CensusHouseholdsPercentMarriedCoupleKidsUnder18
Households: Percent With Own Children Under 18 Years (percent)


CensusHouseholdsFemaleHouseholder

public static final CensusField CensusHouseholdsFemaleHouseholder
Households: Female householder No Husband Present (households)


CensusHouseholdsPercentFemaleHouseholder

public static final CensusField CensusHouseholdsPercentFemaleHouseholder
Households: Percent Female householder No Husband Present (percent)


CensusHouseholdsSingleMoms

public static final CensusField CensusHouseholdsSingleMoms
Households: With Own Children Under 18 Years (households)


CensusHouseholdsPercentSingleMoms

public static final CensusField CensusHouseholdsPercentSingleMoms
Households: Percent With Own Children Under 18 Years (percent)


CensusHouseholdsNonFamily

public static final CensusField CensusHouseholdsNonFamily
Households: Non Family Households (households)


CensusHouseholdsPercentNonFamily

public static final CensusField CensusHouseholdsPercentNonFamily
Households: Percent Non Family Households (percent)


CensusHouseholdsUnmarriedPartner

public static final CensusField CensusHouseholdsUnmarriedPartner
Households: Unmarried Partner Households (households)


CensusHouseholdsPercentUnmarriedPartner

public static final CensusField CensusHouseholdsPercentUnmarriedPartner
Households: Percent Unmarried Partner Households (percent)


CensusHouseholdsSameSexPartner

public static final CensusField CensusHouseholdsSameSexPartner
Households: Same-Sex Unmarried Partner Households (households)


CensusHouseholdsPercentSameSexPartner

public static final CensusField CensusHouseholdsPercentSameSexPartner
Households: Percent Same-Sex Unmarried Partner Households (percent)


CensusHouseholdsLivingAlone

public static final CensusField CensusHouseholdsLivingAlone
Households: Householder Living Alone (households)


CensusHouseholdsPercentLivingAlone

public static final CensusField CensusHouseholdsPercentLivingAlone
Households: Percent Householder Living Alone (percent)


CensusHouseholdsHouseholderOver65

public static final CensusField CensusHouseholdsHouseholderOver65
Households: Householder 65 Years and Over (households)


CensusHouseholdsPercentHouseholderOver65

public static final CensusField CensusHouseholdsPercentHouseholderOver65
Households: Percent Householder 65 Years and Over (percent)


CensusHouseholdsHouseholdsWithUnder18

public static final CensusField CensusHouseholdsHouseholdsWithUnder18
Households: Households With Individuals Under 18 Years (households)


CensusHouseholdsPercentHouseholdsWithUnder18

public static final CensusField CensusHouseholdsPercentHouseholdsWithUnder18
Households: Percent Households With Individuals Under 18 Years (percent)


CensusHouseholdsWithOver65

public static final CensusField CensusHouseholdsWithOver65
Households: Households With Individuals 65 Years and Over (households)


CensusHouseholdsPercentWithOver65

public static final CensusField CensusHouseholdsPercentWithOver65
Households: Percent Households With Individuals 65 Years and Over (percent)


CensusHouseholdsAverageHouseholdSize

public static final CensusField CensusHouseholdsAverageHouseholdSize
Households: Average Household Size (people)


CensusHouseholdsAverageFamilySize

public static final CensusField CensusHouseholdsAverageFamilySize
Households: Average Family Size (people)

Method Detail

values

public static CensusField[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (CensusField c : CensusField.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static CensusField valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

fieldType

public FieldType fieldType()

fieldUnit

public FieldUnit fieldUnit()
Description copied from interface: DataFieldInterface
Specifies the FieldUnit of the field. The FieldUnit is the logical unit of the reported value, such as "people", "dollars", and "percent".

Specified by:
fieldUnit in interface DataFieldInterface
Returns:
the FieldUnit of the data field.

description

public java.lang.String description()
Description copied from interface: DataFieldInterface
Returns a human-readable description of the data field.

Specified by:
description in interface DataFieldInterface
Returns:
the description of the data field.


Copyright © 2012 Vector Magic, Inc.