public static enum ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE extends Enum<ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE> implements ChangeLogLabel
| Enum Constant and Description |
|---|
attributeDefId
attributeDefId
|
description
description
|
id
id
|
name
name
|
propertyChanged
property which changed
|
propertyNewValue
new value of the property
|
propertyOldValue
old value of the property
|
stemId
stemId
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamepublic static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE id
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE attributeDefId
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE name
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE stemId
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE description
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE propertyChanged
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE propertyOldValue
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE propertyNewValue
public static ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE[] values()
for (ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE c : ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE.values()) System.out.println(c);
public static ChangeLogLabels.ATTRIBUTE_DEF_NAME_UPDATE 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 nullCopyright © 2016 Internet2. All rights reserved.