Package org.jabylon.properties
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.CDOObjectA 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 intgetPercentComplete()intgetTotal()Returns the value of the 'Total' attribute.intgetTranslated()Returns the value of the 'Translated' attribute.voidsetTotal(int value)Sets the value of the 'Total' attribute.voidsetTranslated(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
-
-
-
-
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()
-
-