public static enum ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE extends Enum<ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE> implements ChangeLogLabel
| Enum Constant and Description |
|---|
attributeDefId
attributeDefId
|
description
description
|
id
id
|
name
name
|
stemId
stemId
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE[] |
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_DELETE id
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE attributeDefId
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE name
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE stemId
public static final ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE description
public static ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE[] values()
for (ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE c : ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE.values()) System.out.println(c);
public static ChangeLogLabels.ATTRIBUTE_DEF_NAME_DELETE 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.