public static enum GshhsPolygonHeader.PolygonDataSource extends Enum<GshhsPolygonHeader.PolygonDataSource>
Modifier and Type | Method and Description |
---|---|
static GshhsPolygonHeader.PolygonDataSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GshhsPolygonHeader.PolygonDataSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GshhsPolygonHeader.PolygonDataSource wdb2
public static final GshhsPolygonHeader.PolygonDataSource wvs
public static GshhsPolygonHeader.PolygonDataSource[] values()
for (GshhsPolygonHeader.PolygonDataSource c : GshhsPolygonHeader.PolygonDataSource.values()) System.out.println(c);
public static GshhsPolygonHeader.PolygonDataSource 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 © 2016 Metron, Inc.. All rights reserved.