|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE>
edu.internet2.middleware.grouper.changeLog.ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE
public static enum ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE
label for attribute assign delete
Enum Constant Summary | |
---|---|
action
action |
|
assignType
assignType |
|
attributeAssignActionId
attributeAssignActionId |
|
attributeDefNameId
attributeDefNameId |
|
attributeDefNameName
attributeDefNameName |
|
disallowed
disallowed |
|
id
id |
|
ownerId1
ownerId1 |
|
ownerId2
ownerId2 - if the assignType is any_mem, then ownerId1 is the groupId and ownerId2 is the memberId |
Method Summary | |
---|---|
static ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE[] |
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 |
Methods inherited from interface edu.internet2.middleware.grouper.changeLog.ChangeLogLabel |
---|
name |
Enum Constant Detail |
---|
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE id
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE attributeDefNameId
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE attributeAssignActionId
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE assignType
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE ownerId1
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE ownerId2
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE attributeDefNameName
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE action
public static final ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE disallowed
Method Detail |
---|
public static ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE[] values()
for (ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE c : ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE.values()) System.out.println(c);
public static ChangeLogLabels.ATTRIBUTE_ASSIGN_DELETE 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 null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |