Uses of Class
org.omg.smm.Influence
| Package | Description |
|---|---|
| org.omg.smm | |
| org.omg.smm.impl |
-
Uses of Influence in org.omg.smm
Fields in org.omg.smm with type parameters of type Influence Modifier and Type Field Description static List<Influence>Influence. VALUESA public read-only list of all the 'Influence' enumerators.Methods in org.omg.smm that return Influence Modifier and Type Method Description static InfluenceInfluence. get(int value)Returns the 'Influence' literal with the specified integer value.static InfluenceInfluence. get(String literal)Returns the 'Influence' literal with the specified literal value.static InfluenceInfluence. getByName(String name)Returns the 'Influence' literal with the specified name.InfluenceMeasureRelationship. getInfluence()Returns the value of the 'Influence' attribute.static InfluenceInfluence. 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.Methods in org.omg.smm with parameters of type Influence Modifier and Type Method Description voidMeasureRelationship. setInfluence(Influence value)Sets the value of the 'Influence' attribute. -
Uses of Influence in org.omg.smm.impl
Fields in org.omg.smm.impl declared as Influence Modifier and Type Field Description protected InfluenceMeasureRelationshipImpl. influenceThe cached value of the 'Influence' attribute.protected static InfluenceMeasureRelationshipImpl. INFLUENCE_EDEFAULTThe default value of the 'Influence' attribute.Methods in org.omg.smm.impl that return Influence Modifier and Type Method Description InfluenceSmmFactoryImpl. createInfluenceFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)InfluenceMeasureRelationshipImpl. getInfluence()Methods in org.omg.smm.impl with parameters of type Influence Modifier and Type Method Description voidMeasureRelationshipImpl. setInfluence(Influence newInfluence)