|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="TM_IntervalLength", specification=ISO_19108) public interface IntervalLength
A data type for intervals of time which supports the expression of duration in terms of a specified multiple of a single unit of time.
Method Summary | |
---|---|
int |
getFactor()
The exponent of the base. |
int |
getRadix()
A positive integer that is the base of the mulitplier of the unit. |
Unit |
getUnit()
The unit of measure used to express the length of the interval. |
int |
getValue()
The length of the time interval as an integer multiple of one radix(-factor) of the specified unit. |
Method Detail |
---|
@UML(identifier="unit", specification=ISO_19108) Unit getUnit()
@UML(identifier="radix", specification=ISO_19108) int getRadix()
@UML(identifier="factor", specification=ISO_19108) int getFactor()
@UML(identifier="value", specification=ISO_19108) int getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |