|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PermissionEntry.PermissionType>
edu.internet2.middleware.grouper.permissions.PermissionEntry.PermissionType
public static enum PermissionEntry.PermissionType
type of permission, either assigned to role, or assigned to role and user combined
Enum Constant Summary | |
---|---|
role
permission assigned to role |
|
role_subject
permission assigned to role and user combined |
Method Summary | |
---|---|
abstract AttributeAssignType |
convertToAttributeAssignType()
convert to attribute assign type |
java.lang.String |
getName()
name for javabean |
static PermissionEntry.PermissionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PermissionEntry.PermissionType |
valueOfIgnoreCase(java.lang.String theString,
boolean exceptionOnNull)
do a case-insensitive matching |
static PermissionEntry.PermissionType[] |
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 PermissionEntry.PermissionType role
public static final PermissionEntry.PermissionType role_subject
Method Detail |
---|
public static PermissionEntry.PermissionType[] values()
for (PermissionEntry.PermissionType c : PermissionEntry.PermissionType.values()) System.out.println(c);
public static PermissionEntry.PermissionType 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 static PermissionEntry.PermissionType valueOfIgnoreCase(java.lang.String theString, boolean exceptionOnNull)
theString
- exceptionOnNull
- will not allow null or blank entries
public java.lang.String getName()
public abstract AttributeAssignType convertToAttributeAssignType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |