public interface ParameterInstance extends NamedElement
The following features are supported:
HistoryPackage.getParameterInstance()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<String> |
getDataValue()
Returns the value of the 'Data Value' attribute list.
|
Parameter |
getParameter()
Helper method to determine the instantiated parameter
|
org.eclipse.emf.common.util.EList<ModelReference> |
getReferenceValue()
Returns the value of the 'Reference Value' containment reference list.
|
Object |
getValue()
Returns the value of the 'Value' attribute.
|
void |
setValue(Object value)
Sets the value of the '
Value'
attribute. |
getName, setNameObject getValue()
setValue(Object),
HistoryPackage.getParameterInstance_Value()void setValue(Object value)
Value'
attribute.
value - the new value of the 'Value' attribute.getValue()org.eclipse.emf.common.util.EList<String> getDataValue()
String.
A list of serialized instances of a primitive type
HistoryPackage.getParameterInstance_DataValue()org.eclipse.emf.common.util.EList<ModelReference> getReferenceValue()
ModelReference.
A list of serialized instances of an object type
HistoryPackage.getParameterInstance_ReferenceValue()Parameter getParameter()
Copyright © 2020. All rights reserved.