| Package | Description |
|---|---|
| org.eclipse.emf.cdo.common.model |
Common concepts for dealing with models and types.
|
| Modifier and Type | Method and Description |
|---|---|
static CDOFeatureType |
CDOFeatureType.read(String str) |
static CDOFeatureType |
CDOFeatureType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDOFeatureType[] |
CDOFeatureType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CDOFeatureType> |
CDOFeatureType.readCombination(String str) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
CDOFeatureType.matchesCombination(EStructuralFeature feature,
Collection<CDOFeatureType> featureTypes) |
static String |
CDOFeatureType.writeCombination(Collection<CDOFeatureType> featureTypes) |
Copyright (c) 2011-2015 Eike Stepper (Berlin, Germany) and others.