public enum ModelEventNotification extends Enum<ModelEventNotification> implements io.ciera.runtime.summit.types.IXtumlType<ModelEventNotification>
| Modifier and Type | Method and Description |
|---|---|
static ModelEventNotification |
deserialize(Object o) |
boolean |
equality(ModelEventNotification value) |
int |
getValue() |
String |
serialize() |
ModelEventNotification |
value() |
static ModelEventNotification |
valueOf(int value) |
static ModelEventNotification |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelEventNotification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelEventNotification UNINITIALIZED_ENUM
public static final ModelEventNotification DELTA_ATTRIBUTE_CHANGE
public static final ModelEventNotification DELTA_DELETE
public static final ModelEventNotification DELTA_ELEMENT_RELATED
public static final ModelEventNotification DELTA_ELEMENT_UNRELATED
public static final ModelEventNotification DELTA_NEW
public static final ModelEventNotification MASK_ALL_DELTAS
public static final ModelEventNotification MASK_ALL_EVENTS
public static final ModelEventNotification MASK_NO_DELTAS
public static final ModelEventNotification MASK_NO_EVENTS
public static final ModelEventNotification MODEL_ELEMENT_CHANGED
public static final ModelEventNotification MODEL_ELEMENT_LOADED
public static final ModelEventNotification MODEL_ELEMENT_PRE_DELETE
public static final ModelEventNotification MODEL_ELEMENT_PRE_RELOAD
public static final ModelEventNotification MODEL_ELEMENT_RELOAD
public static final ModelEventNotification MODEL_ELEMENT_UNLOADED
public static final ModelEventNotification MODEL_EXECUTION_STOPPED
public static final ModelEventNotification UNKNOWN
public static ModelEventNotification[] values()
for (ModelEventNotification c : ModelEventNotification.values()) System.out.println(c);
public static ModelEventNotification 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 getValue()
public boolean equality(ModelEventNotification value) throws io.ciera.runtime.summit.exceptions.XtumlException
equality in interface io.ciera.runtime.summit.types.IXtumlType<ModelEventNotification>io.ciera.runtime.summit.exceptions.XtumlExceptionpublic ModelEventNotification value()
value in interface io.ciera.runtime.summit.types.IXtumlType<ModelEventNotification>public String serialize()
serialize in interface io.ciera.runtime.summit.types.IXtumlType<ModelEventNotification>public static ModelEventNotification deserialize(Object o) throws io.ciera.runtime.summit.exceptions.XtumlException
io.ciera.runtime.summit.exceptions.XtumlExceptionpublic static ModelEventNotification valueOf(int value)
Copyright © 2020. All rights reserved.