public static enum MXServer.SecurityContextFlag extends java.lang.Enum<MXServer.SecurityContextFlag>
| Enum Constant and Description | 
|---|
| DISABLED | 
| READONLY | 
| READWRITE | 
| UNSET | 
| Modifier and Type | Method and Description | 
|---|---|
| static MXServer.SecurityContextFlag | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static MXServer.SecurityContextFlag[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final MXServer.SecurityContextFlag UNSET
public static final MXServer.SecurityContextFlag DISABLED
public static final MXServer.SecurityContextFlag READONLY
public static final MXServer.SecurityContextFlag READWRITE
public static MXServer.SecurityContextFlag[] values()
for (MXServer.SecurityContextFlag c : MXServer.SecurityContextFlag.values()) System.out.println(c);
public static MXServer.SecurityContextFlag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null