|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<UsBlockGroupMap.DataField> com.askgeo.dbl.us.census2010.low.UsBlockGroupMap.DataField
public static enum UsBlockGroupMap.DataField
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 |
---|
public static final UsBlockGroupMap.DataField GeoId
public static final UsBlockGroupMap.DataField StateCode
public static final UsBlockGroupMap.DataField CountyCode
public static final UsBlockGroupMap.DataField TractCode
public static final UsBlockGroupMap.DataField BlockGroupCode
public static final UsBlockGroupMap.DataField BlockGroupName
public static final UsBlockGroupMap.DataField Lsad
public static final UsBlockGroupMap.DataField CensusAreaSqMi
Method Detail |
---|
public static UsBlockGroupMap.DataField[] values()
for (UsBlockGroupMap.DataField c : UsBlockGroupMap.DataField.values()) System.out.println(c);
public static UsBlockGroupMap.DataField valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String description()
DataFieldInterface
description
in interface DataFieldInterface
public FieldUnit fieldUnit()
DataFieldInterface
fieldUnit
in interface DataFieldInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |