Interface ParameterInstance

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getValue

        Object getValue()
        Returns the value of the 'Value' attribute. The value conforming to the type derived from dataValue and referenceValue depending on its characteristics (primitive or object type, single-valued or multi-valued type)
        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(Object), HistoryPackage.getParameterInstance_Value()
      • setValue

        void setValue​(Object value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • getDataValue

        org.eclipse.emf.common.util.EList<String> getDataValue()
        Returns the value of the 'Data Value' attribute list. The list contents are of type String. A list of serialized instances of a primitive type
        Returns:
        the value of the 'Data Value' attribute list.
        See Also:
        HistoryPackage.getParameterInstance_DataValue()
      • getParameter

        Parameter getParameter()
        Helper method to determine the instantiated parameter