public class DeltaType
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
ADD_DELTA |
static DeltaType |
ADD_DELTA_LITERAL |
static int |
CHANGE_DELTA |
static DeltaType |
CHANGE_DELTA_LITERAL |
static int |
COMPOSITE_DELTA |
static DeltaType |
COMPOSITE_DELTA_LITERAL |
static int |
DELETE_DELTA |
static DeltaType |
DELETE_DELTA_LITERAL |
static int |
JOIN_DELTA |
static DeltaType |
JOIN_DELTA_LITERAL |
static int |
MORPH_DELTA |
static DeltaType |
MORPH_DELTA_LITERAL |
static int |
MOVE_DELTA |
static DeltaType |
MOVE_DELTA_LITERAL |
static int |
SEPARATION_DELTA |
static DeltaType |
SEPARATION_DELTA_LITERAL |
static java.util.List |
VALUES |
Modifier and Type | Method and Description |
---|---|
static DeltaType |
get(int value) |
static DeltaType |
get(java.lang.String name) |
public static final int ADD_DELTA
public static final int DELETE_DELTA
public static final int CHANGE_DELTA
public static final int MOVE_DELTA
public static final int COMPOSITE_DELTA
public static final int JOIN_DELTA
public static final int SEPARATION_DELTA
public static final int MORPH_DELTA
public static final DeltaType ADD_DELTA_LITERAL
public static final DeltaType DELETE_DELTA_LITERAL
public static final DeltaType CHANGE_DELTA_LITERAL
public static final DeltaType MOVE_DELTA_LITERAL
public static final DeltaType COMPOSITE_DELTA_LITERAL
public static final DeltaType JOIN_DELTA_LITERAL
public static final DeltaType SEPARATION_DELTA_LITERAL
public static final DeltaType MORPH_DELTA_LITERAL
public static final java.util.List VALUES