Interface SheetLocation

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getColumn()
      Returns the value of the 'Column' attribute.
      java.lang.String getColumnName()
      Returns the value of the 'Column Name' attribute.
      int getRow()
      Returns the value of the 'Row' attribute.
      java.lang.String getSheet()
      Returns the value of the 'Sheet' attribute.
      boolean isValid()
      Returns the value of the 'Valid' attribute.
      void setColumn​(int value)
      Sets the value of the 'Column' attribute.
      void setColumnName​(java.lang.String value)
      Sets the value of the 'Column Name' attribute.
      void setRow​(int value)
      Sets the value of the 'Row' attribute.
      void setSheet​(java.lang.String value)
      Sets the value of the 'Sheet' attribute.
      void setValid​(boolean value)
      Sets the value of the 'Valid' 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

      • getSheet

        java.lang.String getSheet()
        Returns the value of the 'Sheet' attribute.

        If the meaning of the 'Sheet' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Sheet' attribute.
        See Also:
        setSheet(String), ErrorPackage.getSheetLocation_Sheet()
      • setSheet

        void setSheet​(java.lang.String value)
        Sets the value of the 'Sheet' attribute.
        Parameters:
        value - the new value of the 'Sheet' attribute.
        See Also:
        getSheet()
      • getColumn

        int getColumn()
        Returns the value of the 'Column' attribute.

        If the meaning of the 'Column' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Column' attribute.
        See Also:
        setColumn(int), ErrorPackage.getSheetLocation_Column()
      • setColumn

        void setColumn​(int value)
        Sets the value of the 'Column' attribute.
        Parameters:
        value - the new value of the 'Column' attribute.
        See Also:
        getColumn()
      • getRow

        int getRow()
        Returns the value of the 'Row' attribute.

        If the meaning of the 'Row' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Row' attribute.
        See Also:
        setRow(int), ErrorPackage.getSheetLocation_Row()
      • setRow

        void setRow​(int value)
        Sets the value of the 'Row' attribute.
        Parameters:
        value - the new value of the 'Row' attribute.
        See Also:
        getRow()
      • getColumnName

        java.lang.String getColumnName()
        Returns the value of the 'Column Name' attribute.

        If the meaning of the 'Column Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Column Name' attribute.
        See Also:
        setColumnName(String), ErrorPackage.getSheetLocation_ColumnName()
      • setColumnName

        void setColumnName​(java.lang.String value)
        Sets the value of the 'Column Name' attribute.
        Parameters:
        value - the new value of the 'Column Name' attribute.
        See Also:
        getColumnName()
      • isValid

        boolean isValid()
        Returns the value of the 'Valid' attribute. The default value is "true".

        If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Valid' attribute.
        See Also:
        setValid(boolean), ErrorPackage.getSheetLocation_Valid()
      • setValid

        void setValid​(boolean value)
        Sets the value of the 'Valid' attribute.
        Parameters:
        value - the new value of the 'Valid' attribute.
        See Also:
        isValid()