|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<USAState.Name>
com.googlecode.charts4j.USAState.Name
public static enum USAState.Name
USA State name.
Enum Constant Summary | |
---|---|
ALABAMA
Alabama. |
|
ALASKA
Alaska. |
|
ARIZONA
Arizona. |
|
ARKANSAS
Arkansas. |
|
CALIFORNIA
California. |
|
COLORADO
Colorado. |
|
CONNECTICUT
Connecticut. |
|
DELAWARE
Delaware. |
|
FLORIDA
Florida. |
|
GEORGIA
Georgia. |
|
HAWAII
Hawaii. |
|
IDAHO
Idaho. |
|
ILLINOIS
Illinois. |
|
INDIANA
Indiana. |
|
IOWA
Iowa. |
|
KANSAS
Kansas. |
|
KENTUCKY
Kentucky. |
|
LOUISIANA
Louisiana. |
|
MAINE
Maine. |
|
MARYLAND
Maryland. |
|
MASSACHUSETTS
Massachusetts. |
|
MICHIGAN
Michigan. |
|
MINNESOTA
Minnesota. |
|
MISSISSIPPI
Mississippi. |
|
MISSOURI
Missouri. |
|
MONTANA
Montana. |
|
NEBRASKA
Nebraska. |
|
NEVADA
Nevada. |
|
NEW_HAMPSHIRE
New_hampshire. |
|
NEW_JERSEY
New_jersey. |
|
NEW_MEXICO
New_mexico. |
|
NEW_YORK
New_york. |
|
NORTH_CAROLINA
North_carolina. |
|
NORTH_DAKOTA
North_dakota. |
|
OHIO
Ohio. |
|
OKLAHOMA
Oklahoma. |
|
OREGON
Oregon. |
|
PENNSYLVANIA
Pennsylvania. |
|
RHODE_ISLAND
Rhode_island. |
|
SOUTH_CAROLINA
South_carolina. |
|
SOUTH_DAKOTA
South_dakota. |
|
TENNESSEE
Tennessee. |
|
TEXAS
Texas. |
|
UTAH
Utah. |
|
VERMONT
Vermont. |
|
VIRGINIA
Virginia. |
|
WASHINGTON
Washington. |
|
WEST_VIRGINIA
West_virginia. |
|
WISCONSIN
Wisconsin. |
|
WYOMING
Wyoming. |
Method Summary | |
---|---|
String |
toString()
|
static USAState.Name |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static USAState.Name[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final USAState.Name ALABAMA
public static final USAState.Name ALASKA
public static final USAState.Name ARIZONA
public static final USAState.Name ARKANSAS
public static final USAState.Name CALIFORNIA
public static final USAState.Name COLORADO
public static final USAState.Name CONNECTICUT
public static final USAState.Name DELAWARE
public static final USAState.Name FLORIDA
public static final USAState.Name GEORGIA
public static final USAState.Name HAWAII
public static final USAState.Name IDAHO
public static final USAState.Name ILLINOIS
public static final USAState.Name INDIANA
public static final USAState.Name IOWA
public static final USAState.Name KANSAS
public static final USAState.Name KENTUCKY
public static final USAState.Name LOUISIANA
public static final USAState.Name MAINE
public static final USAState.Name MARYLAND
public static final USAState.Name MASSACHUSETTS
public static final USAState.Name MICHIGAN
public static final USAState.Name MINNESOTA
public static final USAState.Name MISSISSIPPI
public static final USAState.Name MISSOURI
public static final USAState.Name MONTANA
public static final USAState.Name NEBRASKA
public static final USAState.Name NEVADA
public static final USAState.Name NEW_HAMPSHIRE
public static final USAState.Name NEW_JERSEY
public static final USAState.Name NEW_MEXICO
public static final USAState.Name NEW_YORK
public static final USAState.Name NORTH_CAROLINA
public static final USAState.Name NORTH_DAKOTA
public static final USAState.Name OHIO
public static final USAState.Name OKLAHOMA
public static final USAState.Name OREGON
public static final USAState.Name PENNSYLVANIA
public static final USAState.Name RHODE_ISLAND
public static final USAState.Name SOUTH_CAROLINA
public static final USAState.Name SOUTH_DAKOTA
public static final USAState.Name TENNESSEE
public static final USAState.Name TEXAS
public static final USAState.Name UTAH
public static final USAState.Name VERMONT
public static final USAState.Name VIRGINIA
public static final USAState.Name WASHINGTON
public static final USAState.Name WEST_VIRGINIA
public static final USAState.Name WISCONSIN
public static final USAState.Name WYOMING
Method Detail |
---|
public static final USAState.Name[] values()
for(USAState.Name c : USAState.Name.values()) System.out.println(c);
public static USAState.Name valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic String toString()
toString
in class Enum<USAState.Name>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |