Interface DataPoint

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataPoint copyInstance()  
      org.eclipse.emf.common.util.EList<DataPointComponent> getComponents()
      Returns the value of the 'Components' containment reference list.
      java.lang.String getPrefix()
      Returns the value of the 'Prefix' attribute.
      java.lang.String getSeparator()
      Returns the value of the 'Separator' attribute.
      java.lang.String getSuffix()
      Returns the value of the 'Suffix' attribute.
      void setPrefix​(java.lang.String value)
      Sets the value of the 'Prefix' attribute.
      void setSeparator​(java.lang.String value)
      Sets the value of the 'Separator' attribute.
      void setSuffix​(java.lang.String value)
      Sets the value of the 'Suffix' 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

      • setPrefix

        void setPrefix​(java.lang.String value)
        Sets the value of the 'Prefix' attribute.
        Parameters:
        value - the new value of the 'Prefix' attribute.
        See Also:
        getPrefix()
      • setSuffix

        void setSuffix​(java.lang.String value)
        Sets the value of the 'Suffix' attribute.
        Parameters:
        value - the new value of the 'Suffix' attribute.
        See Also:
        getSuffix()
      • setSeparator

        void setSeparator​(java.lang.String value)
        Sets the value of the 'Separator' attribute.
        Parameters:
        value - the new value of the 'Separator' attribute.
        See Also:
        getSeparator()