public enum AreaType extends Enum<AreaType> implements com.google.gwt.user.client.rpc.IsSerializable
Modifier and Type | Method and Description |
---|---|
static AreaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaType EEZ
public static final AreaType FAO
public static final AreaType LME
public static AreaType[] values()
for (AreaType c : AreaType.values()) System.out.println(c);
public static AreaType 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 nullCopyright © 2014. All Rights Reserved.