public enum ClassificationHistoryEventType extends Enum<ClassificationHistoryEventType>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static ClassificationHistoryEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassificationHistoryEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassificationHistoryEventType CREATED
public static final ClassificationHistoryEventType UPDATED
public static final ClassificationHistoryEventType DELETED
public static ClassificationHistoryEventType[] values()
for (ClassificationHistoryEventType c : ClassificationHistoryEventType.values()) System.out.println(c);
public static ClassificationHistoryEventType 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 nullpublic String getName()
Copyright © 2020. All rights reserved.