public interface CBTimeUnits
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BehaviorPackage.getCBTimeUnits()| Modifier and Type | Method and Description |
|---|---|
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 |
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()© Copyright IBM Corp. 2013. All rights reserved.