public enum OMRSInstanceEventType extends Enum<OMRSInstanceEventType> 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 OMRSInstanceEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMRSInstanceEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMRSInstanceEventType UNKNOWN_INSTANCE_EVENT
public static final OMRSInstanceEventType NEW_ENTITY_EVENT
public static final OMRSInstanceEventType UPDATED_ENTITY_EVENT
public static final OMRSInstanceEventType UNDONE_ENTITY_EVENT
public static final OMRSInstanceEventType CLASSIFIED_ENTITY_EVENT
public static final OMRSInstanceEventType DECLASSIFIED_ENTITY_EVENT
public static final OMRSInstanceEventType RECLASSIFIED_ENTITY_EVENT
public static final OMRSInstanceEventType DELETED_ENTITY_EVENT
public static final OMRSInstanceEventType PURGED_ENTITY_EVENT
public static final OMRSInstanceEventType RESTORED_ENTITY_EVENT
public static final OMRSInstanceEventType RE_IDENTIFIED_ENTITY_EVENT
public static final OMRSInstanceEventType RETYPED_ENTITY_EVENT
public static final OMRSInstanceEventType RE_HOMED_ENTITY_EVENT
public static final OMRSInstanceEventType REFRESH_ENTITY_REQUEST
public static final OMRSInstanceEventType REFRESHED_ENTITY_EVENT
public static final OMRSInstanceEventType NEW_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType UPDATED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType UNDONE_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType DELETED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType PURGED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType RESTORED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType RE_IDENTIFIED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType RETYPED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType RE_HOMED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType REFRESH_RELATIONSHIP_REQUEST
public static final OMRSInstanceEventType REFRESHED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType BATCH_INSTANCES_EVENT
public static final OMRSInstanceEventType DELETE_PURGED_ENTITY_EVENT
public static final OMRSInstanceEventType DELETE_PURGED_RELATIONSHIP_EVENT
public static final OMRSInstanceEventType INSTANCE_ERROR_EVENT
public static OMRSInstanceEventType[] values()
for (OMRSInstanceEventType c : OMRSInstanceEventType.values()) System.out.println(c);
public static OMRSInstanceEventType 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<OMRSInstanceEventType>Copyright © 2018–2020 ODPi. All rights reserved.