public interface Trigger extends ModelElement
The following features are supported:
RhapsodyPackage.getTrigger()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBody()
Returns the value of the 'Body' attribute.
|
InterfaceItem |
getOperation()
Returns the value of the 'Operation' reference.
|
boolean |
isOperationTrigger()
Returns the value of the 'Is Operation Trigger' attribute.
|
boolean |
isTimeout()
Returns the value of the 'Is Timeout' attribute.
|
void |
setBody(java.lang.String value)
Sets the value of the '
Body ' attribute. |
void |
setIsOperationTrigger(boolean value)
Sets the value of the '
Is Operation Trigger ' attribute. |
void |
setIsTimeout(boolean value)
Sets the value of the '
Is Timeout ' attribute. |
void |
setOperation(InterfaceItem value)
Sets the value of the '
Operation ' reference. |
getAllTags, getAnnotations, getConstraints, getConstraintsByHim, getControlledFiles, getDependencies, getDescription, getDescriptionHTML, getDescriptionRTF, getDisplayName, getFullPathName, getGUID, getHyperLinks, getInterfaceName, getLocalTags, getMainDiagram, getMetaClass, getName, getOfTemplate, getOwnedDependencies, getOwner, getProject, getProperties, getProperty, getReferences, getStereotype, getStereotypes, getTemplateParameters, getTi, getUserDefinedMetaClass, isATemplate, isExternal, isRequirementTraceabilityHandle, isShowDisplayName, isUnresolved, setDescription, setDescriptionHTML, setDescriptionRTF, setDisplayName, setFullPathName, setGUID, setInterfaceName, setIsATemplate, setIsExternal, setIsShowDisplayName, setIsUnresolved, setMainDiagram, setMetaClass, setName, setOfTemplate, setOwner, setProject, setRequirementTraceabilityHandle, setStereotype, setTi, setUserDefinedMetaClass
compareTo, eExtendedClass, eIsInstanceOf, eIsInstanceOf, eIsProfiled, eIsRemoved, eMetamodel, eMetaTypeName, eModel, eRemove, eSetUniqueID, eUniqueID, superScript, superScript, toBoolean, toBoolean, toByte, toByte, toChar, toChar, toDouble, toDouble, toFloat, toFloat, toInt, toInt, toList, toList, toList, toList, toList, toLong, toLong, toObject, toObject, toSet, toSet, toShort, toShort, toString, toString
getEAnnotation, getEAnnotations
java.lang.String getBody()
""
.
setBody(String)
,
RhapsodyPackage.getTrigger_Body()
void setBody(java.lang.String value)
Body
' attribute.
value
- the new value of the 'Body' attribute.getBody()
boolean isOperationTrigger()
setIsOperationTrigger(boolean)
,
RhapsodyPackage.getTrigger_IsOperationTrigger()
void setIsOperationTrigger(boolean value)
Is Operation Trigger
' attribute.
value
- the new value of the 'Is Operation Trigger' attribute.isOperationTrigger()
boolean isTimeout()
setIsTimeout(boolean)
,
RhapsodyPackage.getTrigger_IsTimeout()
void setIsTimeout(boolean value)
Is Timeout
' attribute.
value
- the new value of the 'Is Timeout' attribute.isTimeout()
InterfaceItem getOperation()
setOperation(InterfaceItem)
,
RhapsodyPackage.getTrigger_Operation()
void setOperation(InterfaceItem value)
Operation
' reference.
value
- the new value of the 'Operation' reference.getOperation()