public enum OMRSTypeDefEventType extends Enum<OMRSTypeDefEventType> implements Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Return the default description for the enum value.
|
String |
getName()
Return the string name used for messages that include the enum.
|
int |
getOrdinal()
Return the int identifier used for indexing based on the enum.
|
String |
toString()
toString() JSON-style
|
static OMRSTypeDefEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSTypeDefEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMRSTypeDefEventType UNKNOWN_TYPEDEF_EVENT
public static final OMRSTypeDefEventType NEW_TYPEDEF_EVENT
public static final OMRSTypeDefEventType NEW_ATTRIBUTE_TYPEDEF_EVENT
public static final OMRSTypeDefEventType UPDATED_TYPEDEF_EVENT
public static final OMRSTypeDefEventType DELETED_TYPEDEF_EVENT
public static final OMRSTypeDefEventType DELETED_ATTRIBUTE_TYPEDEF_EVENT
public static final OMRSTypeDefEventType RE_IDENTIFIED_TYPEDEF_EVENT
public static final OMRSTypeDefEventType RE_IDENTIFIED_ATTRIBUTE_TYPEDEF_EVENT
public static final OMRSTypeDefEventType TYPEDEF_ERROR_EVENT
public static OMRSTypeDefEventType[] values()
for (OMRSTypeDefEventType c : OMRSTypeDefEventType.values()) System.out.println(c);
public static OMRSTypeDefEventType 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<OMRSTypeDefEventType>Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.