public static enum GSIConstants.DelegationType extends Enum<GSIConstants.DelegationType>
| Modifier and Type | Method and Description |
|---|---|
static GSIConstants.DelegationType |
get(int code) |
int |
getCode() |
static GSIConstants.DelegationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GSIConstants.DelegationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GSIConstants.DelegationType NONE
public static final GSIConstants.DelegationType LIMITED
public static final GSIConstants.DelegationType FULL
public static GSIConstants.DelegationType[] values()
for (GSIConstants.DelegationType c : GSIConstants.DelegationType.values()) System.out.println(c);
public static GSIConstants.DelegationType 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 int getCode()
public static GSIConstants.DelegationType get(int code)
Copyright © 2013. All Rights Reserved.