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