|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AttributeAssignDelegatable>
edu.internet2.middleware.grouper.attr.assign.AttributeAssignDelegatable
public enum AttributeAssignDelegatable
if whoever has an assignment can grant to someone else
Enum Constant Summary | |
---|---|
FALSE
false, whoever has this assignment cannot delegate to someone else |
|
GRANT
true, whoever has this assignment can delegate to someone else, and can make that assignment delegatable or grant |
|
TRUE
true that whoever has this assignment can delegate to someone else |
Method Summary | |
---|---|
abstract boolean |
delegatable()
if this enum is delegatable |
static AttributeAssignDelegatable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AttributeAssignDelegatable |
valueOfIgnoreCase(java.lang.String string,
boolean exceptionOnNull)
do a case-insensitive matching |
static AttributeAssignDelegatable[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AttributeAssignDelegatable TRUE
public static final AttributeAssignDelegatable FALSE
public static final AttributeAssignDelegatable GRANT
Method Detail |
---|
public static AttributeAssignDelegatable[] values()
for (AttributeAssignDelegatable c : AttributeAssignDelegatable.values()) System.out.println(c);
public static AttributeAssignDelegatable 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 name
java.lang.NullPointerException
- if the argument is nullpublic abstract boolean delegatable()
public static AttributeAssignDelegatable valueOfIgnoreCase(java.lang.String string, boolean exceptionOnNull)
string
- exceptionOnNull
- will not allow null or blank entries
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |