|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CBTimeUnits
A representation of the model object 'CB Time Units'. This class contains the statics defined to denote various time units. The time units supported are MILLISECONDS SECONDS MINUTES HOURS
The following features are supported:
BehaviorPackage.getCBTimeUnits()
Method Summary | |
---|---|
int |
getDAYS()
Returns the value of the 'DAYS' attribute. |
int |
getHOURS()
Returns the value of the 'HOURS' attribute. |
int |
getMILLISECONDS()
Returns the value of the 'MILLISECONDS' attribute. |
int |
getMINUTES()
Returns the value of the 'MINUTES' attribute. |
int |
getSECONDS()
Returns the value of the 'SECONDS' attribute. |
void |
setDAYS(int value)
Sets the value of the ' DAYS ' attribute |
void |
setHOURS(int value)
Sets the value of the ' HOURS ' attribute |
void |
setMILLISECONDS(int value)
Sets the value of the ' MILLISECONDS ' attribute |
void |
setMINUTES(int value)
Sets the value of the ' MINUTES ' attribute |
void |
setSECONDS(int value)
Sets the value of the ' SECONDS ' 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 |
---|
int getMILLISECONDS()
"0"
.
If the meaning of the 'MILLISECONDS' attribute isn't clear, there really should be more of a description here...
CBTimeUnits.setMILLISECONDS(int)
,
BehaviorPackage.getCBTimeUnits_MILLISECONDS()
void setMILLISECONDS(int value)
MILLISECONDS
' attribute.
value
- the new value of the 'MILLISECONDS' attribute.CBTimeUnits.getMILLISECONDS()
int getSECONDS()
"1"
.
If the meaning of the 'SECONDS' attribute isn't clear, there really should be more of a description here...
CBTimeUnits.setSECONDS(int)
,
BehaviorPackage.getCBTimeUnits_SECONDS()
void setSECONDS(int value)
SECONDS
' attribute.
value
- the new value of the 'SECONDS' attribute.CBTimeUnits.getSECONDS()
int getMINUTES()
"2"
.
If the meaning of the 'MINUTES' attribute isn't clear, there really should be more of a description here...
CBTimeUnits.setMINUTES(int)
,
BehaviorPackage.getCBTimeUnits_MINUTES()
void setMINUTES(int value)
MINUTES
' attribute.
value
- the new value of the 'MINUTES' attribute.CBTimeUnits.getMINUTES()
int getHOURS()
"3"
.
If the meaning of the 'HOURS' attribute isn't clear, there really should be more of a description here...
CBTimeUnits.setHOURS(int)
,
BehaviorPackage.getCBTimeUnits_HOURS()
void setHOURS(int value)
HOURS
' attribute.
value
- the new value of the 'HOURS' attribute.CBTimeUnits.getHOURS()
int getDAYS()
"4"
.
If the meaning of the 'DAYS' attribute isn't clear, there really should be more of a description here...
CBTimeUnits.setDAYS(int)
,
BehaviorPackage.getCBTimeUnits_DAYS()
void setDAYS(int value)
DAYS
' attribute.
value
- the new value of the 'DAYS' attribute.CBTimeUnits.getDAYS()
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |