public enum WatchdogEventType extends Enum<WatchdogEventType>
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the description for the enum.
|
String |
getName()
Return the descriptive name for the enum.
|
int |
getOrdinal()
Return the numerical value for the enum.
|
String |
toString()
toString() JSON-style
|
static WatchdogEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchdogEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchdogEventType NEW_ELEMENT
public static final WatchdogEventType REFRESHED_ELEMENT
public static final WatchdogEventType UPDATED_ELEMENT_PROPERTIES
public static final WatchdogEventType DELETED_ELEMENT
public static final WatchdogEventType NEW_CLASSIFICATION
public static final WatchdogEventType UPDATED_CLASSIFICATION_PROPERTIES
public static final WatchdogEventType DELETED_CLASSIFICATION
public static final WatchdogEventType NEW_RELATIONSHIP
public static final WatchdogEventType REFRESHED_RELATIONSHIP
public static final WatchdogEventType UPDATED_RELATIONSHIP_PROPERTIES
public static final WatchdogEventType DELETED_RELATIONSHIP
public static WatchdogEventType[] values()
for (WatchdogEventType c : WatchdogEventType.values()) System.out.println(c);
public static WatchdogEventType 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 int getOrdinal()
public String getName()
public String getDescription()
public String toString()
toString in class Enum<WatchdogEventType>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.