Package | Description |
---|---|
org.eclipse.incquery.patternlanguage.patternLanguage | |
org.eclipse.incquery.patternlanguage.patternLanguage.impl |
Modifier and Type | Field and Description |
---|---|
static java.util.List<CompareFeature> |
CompareFeature.VALUES
A public read-only list of all the 'Compare Feature' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static CompareFeature |
CompareFeature.get(int value)
Returns the 'Compare Feature' literal with the specified integer value.
|
static CompareFeature |
CompareFeature.get(java.lang.String literal)
Returns the 'Compare Feature' literal with the specified literal value.
|
static CompareFeature |
CompareFeature.getByName(java.lang.String name)
Returns the 'Compare Feature' literal with the specified name.
|
CompareFeature |
CompareConstraint.getFeature()
Returns the value of the 'Feature' attribute.
|
static CompareFeature |
CompareFeature.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompareFeature[] |
CompareFeature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompareConstraint.setFeature(CompareFeature value)
Sets the value of the '
Feature ' attribute. |
Modifier and Type | Method and Description |
---|---|
CompareFeature |
PatternLanguageFactoryImpl.createCompareFeatureFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue) |
CompareFeature |
CompareConstraintImpl.getFeature() |
Modifier and Type | Method and Description |
---|---|
void |
CompareConstraintImpl.setFeature(CompareFeature newFeature) |