public static enum GeonetworkCommonResourceInterface.GeonetworkCategory extends Enum<GeonetworkCommonResourceInterface.GeonetworkCategory>
| Enum Constant and Description |
|---|
ANY |
APPLICATION |
DATASETS |
| Modifier and Type | Method and Description |
|---|---|
static GeonetworkCommonResourceInterface.GeonetworkCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeonetworkCommonResourceInterface.GeonetworkCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeonetworkCommonResourceInterface.GeonetworkCategory APPLICATION
public static final GeonetworkCommonResourceInterface.GeonetworkCategory DATASETS
public static final GeonetworkCommonResourceInterface.GeonetworkCategory ANY
public static GeonetworkCommonResourceInterface.GeonetworkCategory[] values()
for (GeonetworkCommonResourceInterface.GeonetworkCategory c : GeonetworkCommonResourceInterface.GeonetworkCategory.values()) System.out.println(c);
public static GeonetworkCommonResourceInterface.GeonetworkCategory 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.