public interface ProjectStats
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
org.jabylon.properties.PropertiesPackage#getProjectStats()| Modifier and Type | Method and 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 |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionint getTranslated()
If the meaning of the 'Translated' attribute isn't clear, there really should be more of a description here...
setTranslated(int),
org.jabylon.properties.PropertiesPackage#getProjectStats_Translated()void setTranslated(int value)
Translated' attribute.
value - the new value of the 'Translated' attribute.getTranslated()int getTotal()
If the meaning of the 'Total' attribute isn't clear, there really should be more of a description here...
setTotal(int),
org.jabylon.properties.PropertiesPackage#getProjectStats_Total()void setTotal(int value)
Total' attribute.
value - the new value of the 'Total' attribute.getTotal()int getPercentComplete()
Copyright © 2013–2014 Jabylon. All rights reserved.