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