Interface ProjectStats

  • All Superinterfaces:
    org.eclipse.emf.cdo.CDOObject, org.eclipse.emf.cdo.common.id.CDOWithID, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

    public interface ProjectStats
    extends org.eclipse.emf.cdo.CDOObject
    A representation of the model object 'Project Stats'.

    The following features are supported:

    See Also:
    org.jabylon.properties.PropertiesPackage#getProjectStats()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getPercentComplete()
      int getTotal()
      Returns the value of the 'Total' attribute.
      int getTranslated()
      Returns the value of the 'Translated' attribute.
      void setTotal​(int value)
      Sets the value of the 'Total' attribute.
      void setTranslated​(int value)
      Sets the value of the 'Translated' attribute.
      • Methods inherited from interface org.eclipse.emf.cdo.CDOObject

        cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
      • 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

      • getTranslated

        int getTranslated()
        Returns the value of the 'Translated' attribute.

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

        Returns:
        the value of the 'Translated' attribute.
        See Also:
        setTranslated(int), org.jabylon.properties.PropertiesPackage#getProjectStats_Translated()
      • setTranslated

        void setTranslated​(int value)
        Sets the value of the 'Translated' attribute.
        Parameters:
        value - the new value of the 'Translated' attribute.
        See Also:
        getTranslated()
      • getTotal

        int getTotal()
        Returns the value of the 'Total' attribute.

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

        Returns:
        the value of the 'Total' attribute.
        See Also:
        setTotal(int), org.jabylon.properties.PropertiesPackage#getProjectStats_Total()
      • setTotal

        void setTotal​(int value)
        Sets the value of the 'Total' attribute.
        Parameters:
        value - the new value of the 'Total' attribute.
        See Also:
        getTotal()
      • getPercentComplete

        int getPercentComplete()