Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.ValueElement
| 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 ValueElement in org.eclipse.gmt.modisco.omg.kdm.code
Subinterfaces of ValueElement in org.eclipse.gmt.modisco.omg.kdm.code Modifier and Type Interface Description interfaceValueA representation of the model object 'Value'.interfaceValueListA representation of the model object 'Value List'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return ValueElement Modifier and Type Method Description ValueElementCodeFactory. createValueElement()Returns a new object of class 'Value Element'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return types with arguments of type ValueElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ValueElement>ValueList. getValueElement()Returns the value of the 'Value Element' containment reference list. -
Uses of ValueElement in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement ValueElement Modifier and Type Class Description classValueElementImplAn implementation of the model object 'Value Element'.classValueImplAn implementation of the model object 'Value'.classValueListImplAn implementation of the model object 'Value List'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl with type parameters of type ValueElement Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<ValueElement>ValueListImpl. valueElementThe cached value of the 'Value Element' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return ValueElement Modifier and Type Method Description ValueElementCodeFactoryImpl. createValueElement()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return types with arguments of type ValueElement Modifier and Type Method Description org.eclipse.emf.common.util.EList<ValueElement>ValueListImpl. getValueElement() -
Uses of ValueElement in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type ValueElement Modifier and Type Method Description TCodeSwitch. caseValueElement(ValueElement object)Returns the result of interpreting the object as an instance of 'Value Element'.