Enum Class ChangeLogLabels.ATTRIBUTE_DEF_UPDATE
java.lang.Object
java.lang.Enum<ChangeLogLabels.ATTRIBUTE_DEF_UPDATE>
edu.internet2.middleware.grouper.changeLog.ChangeLogLabels.ATTRIBUTE_DEF_UPDATE
- All Implemented Interfaces:
ChangeLogLabel
,Serializable
,Comparable<ChangeLogLabels.ATTRIBUTE_DEF_UPDATE>
,Constable
- Enclosing class:
- ChangeLogLabels
public static enum ChangeLogLabels.ATTRIBUTE_DEF_UPDATE
extends Enum<ChangeLogLabels.ATTRIBUTE_DEF_UPDATE>
implements ChangeLogLabel
labels for a attribute def update
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionattributeDefTypedescriptionidnameproperty which changednew value of the propertyold value of the propertystem id -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ChangeLogLabels.ATTRIBUTE_DEF_UPDATE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface edu.internet2.middleware.grouper.changeLog.ChangeLogLabel
name
-
Enum Constant Details
-
id
id -
name
name -
stemId
stem id -
description
description -
attributeDefType
attributeDefType -
propertyChanged
property which changed -
propertyOldValue
old value of the property -
propertyNewValue
new value of the property
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-