Interface DataSet

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DataSet copyInstance()  
      java.lang.Object getValues()
      Returns the value of the 'Values' attribute.
      boolean isBigNumber()
      Checks if the values in data set are big number.
      void setValues​(java.lang.Object value)
      Sets the value of the 'Values' 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

      • setValues

        void setValues​(java.lang.Object value)
        Sets the value of the 'Values' attribute.
        Parameters:
        value - the new value of the 'Values' attribute.
        See Also:
        getValues()
      • isBigNumber

        boolean isBigNumber()
        Checks if the values in data set are big number.
        Returns:
        Since:
        2.6