com.askgeo.dbl.us.census2010.low
Enum UsBlockGroupMap.DataField

java.lang.Object
  extended by java.lang.Enum<UsBlockGroupMap.DataField>
      extended by com.askgeo.dbl.us.census2010.low.UsBlockGroupMap.DataField
All Implemented Interfaces:
DataFieldInterface, java.io.Serializable, java.lang.Comparable<UsBlockGroupMap.DataField>
Enclosing class:
UsBlockGroupMap

public static enum UsBlockGroupMap.DataField
extends java.lang.Enum<UsBlockGroupMap.DataField>
implements DataFieldInterface


Enum Constant Summary
BlockGroupCode
          US census block group code
BlockGroupName
          US census block group name
CensusAreaSqMi
          US census area (square miles)
CountyCode
          US county FIPS code
GeoId
          US census unique geographic ID
Lsad
          US census LSAD (logical/statistical area description)
StateCode
          US state FIPS code
TractCode
          US census tract code
 
Method Summary
 java.lang.String description()
          Returns a human-readable description of the data field.
 FieldUnit fieldUnit()
          Specifies the FieldUnit of the field.
static UsBlockGroupMap.DataField valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UsBlockGroupMap.DataField[] 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

GeoId

public static final UsBlockGroupMap.DataField GeoId
US census unique geographic ID


StateCode

public static final UsBlockGroupMap.DataField StateCode
US state FIPS code


CountyCode

public static final UsBlockGroupMap.DataField CountyCode
US county FIPS code


TractCode

public static final UsBlockGroupMap.DataField TractCode
US census tract code


BlockGroupCode

public static final UsBlockGroupMap.DataField BlockGroupCode
US census block group code


BlockGroupName

public static final UsBlockGroupMap.DataField BlockGroupName
US census block group name


Lsad

public static final UsBlockGroupMap.DataField Lsad
US census LSAD (logical/statistical area description)


CensusAreaSqMi

public static final UsBlockGroupMap.DataField CensusAreaSqMi
US census area (square miles)

Method Detail

values

public static UsBlockGroupMap.DataField[] 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 (UsBlockGroupMap.DataField c : UsBlockGroupMap.DataField.values())
    System.out.println(c);

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

valueOf

public static UsBlockGroupMap.DataField 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

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.

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.


Copyright © 2012 Vector Magic, Inc.