public static enum GeonetworkAccessParameter.GeonetworkLoginLevel extends Enum<GeonetworkAccessParameter.GeonetworkLoginLevel>
| Modifier and Type | Method and Description |
|---|---|
static GeonetworkAccessParameter.GeonetworkLoginLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeonetworkAccessParameter.GeonetworkLoginLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeonetworkAccessParameter.GeonetworkLoginLevel DEFAULT
public static final GeonetworkAccessParameter.GeonetworkLoginLevel SCOPE
public static final GeonetworkAccessParameter.GeonetworkLoginLevel PRIVATE
public static final GeonetworkAccessParameter.GeonetworkLoginLevel CKAN
public static final GeonetworkAccessParameter.GeonetworkLoginLevel ADMIN
public static GeonetworkAccessParameter.GeonetworkLoginLevel[] values()
for (GeonetworkAccessParameter.GeonetworkLoginLevel c : GeonetworkAccessParameter.GeonetworkLoginLevel.values()) System.out.println(c);
public static GeonetworkAccessParameter.GeonetworkLoginLevel 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 © 2021. All Rights Reserved.