public class LocationType
extends org.eclipse.emf.common.util.AbstractEnumerator
Modifier and Type | Field and Description |
---|---|
static int |
EANNOTATION_LOCATION |
static LocationType |
EANNOTATION_LOCATION_LITERAL |
static int |
EOBJECT_LOCATION |
static LocationType |
EOBJECT_LOCATION_LITERAL |
static int |
RESOURCE_LOCATION |
static LocationType |
RESOURCE_LOCATION_LITERAL |
static java.util.List |
VALUES |
Modifier and Type | Method and Description |
---|---|
static LocationType |
get(int value) |
static LocationType |
get(java.lang.String name) |
public static final int EOBJECT_LOCATION
public static final int RESOURCE_LOCATION
public static final int EANNOTATION_LOCATION
public static final LocationType EOBJECT_LOCATION_LITERAL
public static final LocationType RESOURCE_LOCATION_LITERAL
public static final LocationType EANNOTATION_LOCATION_LITERAL
public static final java.util.List VALUES
public static LocationType get(java.lang.String name)
public static LocationType get(int value)