| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<Influence> |
Influence.VALUES
A public read-only list of all the 'Influence' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static Influence |
Influence.get(int value)
Returns the 'Influence' literal with the specified integer value.
|
static Influence |
Influence.get(String literal)
Returns the 'Influence' literal with the specified literal value.
|
static Influence |
Influence.getByName(String name)
Returns the 'Influence' literal with the specified name.
|
Influence |
MeasureRelationship.getInfluence()
Returns the value of the 'Influence' attribute.
|
static Influence |
Influence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Influence[] |
Influence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureRelationship.setInfluence(Influence value)
Sets the value of the '
Influence' attribute. |
| Modifier and Type | Field and Description |
|---|---|
protected Influence |
MeasureRelationshipImpl.influence
The cached value of the '
Influence' attribute. |
protected static Influence |
MeasureRelationshipImpl.INFLUENCE_EDEFAULT
The default value of the '
Influence' attribute. |
| Modifier and Type | Method and Description |
|---|---|
Influence |
SmmFactoryImpl.createInfluenceFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
Influence |
MeasureRelationshipImpl.getInfluence() |
| Modifier and Type | Method and Description |
|---|---|
void |
MeasureRelationshipImpl.setInfluence(Influence newInfluence) |
Copyright © 2018–2020 Atlanmod. All rights reserved.