Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.Value
| Package | Description |
|---|---|
| org.eclipse.gmt.modisco.omg.kdm.code | |
| org.eclipse.gmt.modisco.omg.kdm.code.impl | |
| org.eclipse.gmt.modisco.omg.kdm.code.util |
-
Uses of Value in org.eclipse.gmt.modisco.omg.kdm.code
Methods in org.eclipse.gmt.modisco.omg.kdm.code that return Value Modifier and Type Method Description ValueCodeFactory. createValue()Returns a new object of class 'Value'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return types with arguments of type Value Modifier and Type Method Description org.eclipse.emf.common.util.EList<Value>EnumeratedType. getValue()Returns the value of the 'Value' containment reference list. -
Uses of Value in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement Value Modifier and Type Class Description classValueImplAn implementation of the model object 'Value'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl with type parameters of type Value Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Value>EnumeratedTypeImpl. valueThe cached value of the 'Value' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return Value Modifier and Type Method Description ValueCodeFactoryImpl. createValue()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return types with arguments of type Value Modifier and Type Method Description org.eclipse.emf.common.util.EList<Value>EnumeratedTypeImpl. getValue() -
Uses of Value in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type Value Modifier and Type Method Description TCodeSwitch. caseValue(Value object)Returns the result of interpreting the object as an instance of 'Value'.