public enum DelegateFolderPermissionLevelType extends Enum<DelegateFolderPermissionLevelType>
Java class for DelegateFolderPermissionLevelType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DelegateFolderPermissionLevelType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="None"/>
<enumeration value="Editor"/>
<enumeration value="Reviewer"/>
<enumeration value="Author"/>
<enumeration value="Custom"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AUTHOR |
CUSTOM |
EDITOR |
NONE |
REVIEWER |
| Modifier and Type | Method and Description |
|---|---|
static DelegateFolderPermissionLevelType |
fromValue(String v) |
String |
value() |
static DelegateFolderPermissionLevelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegateFolderPermissionLevelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelegateFolderPermissionLevelType NONE
public static final DelegateFolderPermissionLevelType EDITOR
public static final DelegateFolderPermissionLevelType REVIEWER
public static final DelegateFolderPermissionLevelType AUTHOR
public static final DelegateFolderPermissionLevelType CUSTOM
public static DelegateFolderPermissionLevelType[] values()
for (DelegateFolderPermissionLevelType c : DelegateFolderPermissionLevelType.values()) System.out.println(c);
public static DelegateFolderPermissionLevelType 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 static DelegateFolderPermissionLevelType fromValue(String v)
Copyright © 2015 Jasig. All Rights Reserved.