public interface ConstraintDuration extends NamedElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDuration()
Returns the value of the 'Duration' attribute.
|
InteractionFragment |
getFinish()
Returns the value of the 'Finish' reference.
|
InteractionFragment |
getStart()
Returns the value of the 'Start' reference.
|
void |
setDuration(java.lang.String value)
Sets the value of the '
Duration' attribute. |
void |
setFinish(InteractionFragment value)
Sets the value of the '
Finish' reference. |
void |
setStart(InteractionFragment value)
Sets the value of the '
Start' reference. |
getName, setNamegetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMdestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsjava.lang.String getDuration()
If the meaning of the 'Duration' attribute isn't clear, there really should be more of a description here...
setDuration(String),
InteractionPackage.getConstraintDuration_Duration()void setDuration(java.lang.String value)
Duration' attribute.
value - the new value of the 'Duration' attribute.getDuration()InteractionFragment getStart()
If the meaning of the 'Start' reference isn't clear, there really should be more of a description here...
setStart(InteractionFragment),
InteractionPackage.getConstraintDuration_Start()void setStart(InteractionFragment value)
Start' reference.
value - the new value of the 'Start' reference.getStart()InteractionFragment getFinish()
If the meaning of the 'Finish' reference isn't clear, there really should be more of a description here...
setFinish(InteractionFragment),
InteractionPackage.getConstraintDuration_Finish()void setFinish(InteractionFragment value)
Finish' reference.
value - the new value of the 'Finish' reference.getFinish()