public interface Interval extends AknObject
The start and end attributes are used to specify events that mark the beginning and the end of a time interval. Both are references to eventRef elements in the lifecycle element.
<xsd:attributeGroup name="interval">
<xsd:attribute name="start" type="eventRefRef"/>
<xsd:attribute name="end" type="eventRefRef"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
EventRefRef |
getEnd() |
EventRefRef |
getStart() |
void |
setEnd(EventRefRef number) |
void |
setStart(EventRefRef number) |
attributes, compare, name, nestedCompareread, writeEventRefRef getStart()
void setStart(EventRefRef number)
EventRefRef getEnd()
void setEnd(EventRefRef number)
Copyright © 2017. All rights reserved.