public enum ServiceProviderAdminServiceAccess extends Enum<ServiceProviderAdminServiceAccess>
Enum Constant and Description |
---|
FULL |
NOAUTHORIZATION |
READONLY |
Modifier and Type | Method and Description |
---|---|
static ServiceProviderAdminServiceAccess |
get(String value) |
static ServiceProviderAdminServiceAccess[] |
getArray(String[] values) |
String |
toString() |
String |
value() |
static ServiceProviderAdminServiceAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceProviderAdminServiceAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceProviderAdminServiceAccess FULL
public static final ServiceProviderAdminServiceAccess NOAUTHORIZATION
public static final ServiceProviderAdminServiceAccess READONLY
public static ServiceProviderAdminServiceAccess[] values()
for (ServiceProviderAdminServiceAccess c : ServiceProviderAdminServiceAccess.values()) System.out.println(c);
public static ServiceProviderAdminServiceAccess 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 value()
public String toString()
toString
in class Enum<ServiceProviderAdminServiceAccess>
public static ServiceProviderAdminServiceAccess get(String value)
public static ServiceProviderAdminServiceAccess[] getArray(String[] values)
Copyright © 2016 ECG. All rights reserved.