public enum GshTemplateSecurityRunType extends Enum<GshTemplateSecurityRunType>
| Enum Constant and Description |
|---|
everyone |
privilegeOnObject |
specifiedGroup |
wheel |
| Modifier and Type | Method and Description |
|---|---|
static GshTemplateSecurityRunType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GshTemplateSecurityRunType |
valueOfIgnoreCase(String string,
boolean exceptionOnNotFound)
do a case-insensitive matching
|
static GshTemplateSecurityRunType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GshTemplateSecurityRunType wheel
public static final GshTemplateSecurityRunType specifiedGroup
public static final GshTemplateSecurityRunType privilegeOnObject
public static final GshTemplateSecurityRunType everyone
public static GshTemplateSecurityRunType[] values()
for (GshTemplateSecurityRunType c : GshTemplateSecurityRunType.values()) System.out.println(c);
public static GshTemplateSecurityRunType 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 static GshTemplateSecurityRunType valueOfIgnoreCase(String string, boolean exceptionOnNotFound)
string - exceptionOnNotFound - true to throw exception if method not foundCopyright © 2016 Internet2. All rights reserved.