Interface Trigger
-
- All Superinterfaces:
java.lang.Comparable<java.lang.Object>
,org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.EObject
,MDWEObject
,MDWObject
,ModelElement
,org.eclipse.emf.common.notify.Notifier
public interface Trigger extends ModelElement
A representation of the model object 'Trigger'.The following features are supported:
- See Also:
RhapsodyPackage.getTrigger()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface com.sodius.mdw.core.model.MDWObject
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
-
Methods inherited from interface com.sodius.mdw.metamodel.rhapsody.ModelElement
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
-
-
-
-
Method Detail
-
getBody
java.lang.String getBody()
Returns the value of the 'Body' attribute. The default value is""
.- Returns:
- the value of the 'Body' attribute.
- See Also:
setBody(String)
,RhapsodyPackage.getTrigger_Body()
-
setBody
void setBody(java.lang.String value)
Sets the value of the 'Body
' attribute.- Parameters:
value
- the new value of the 'Body' attribute.- See Also:
getBody()
-
isOperationTrigger
boolean isOperationTrigger()
Returns the value of the 'Is Operation Trigger' attribute.- Returns:
- the value of the 'Is Operation Trigger' attribute.
- See Also:
setIsOperationTrigger(boolean)
,RhapsodyPackage.getTrigger_IsOperationTrigger()
-
setIsOperationTrigger
void setIsOperationTrigger(boolean value)
Sets the value of the 'Is Operation Trigger
' attribute.- Parameters:
value
- the new value of the 'Is Operation Trigger' attribute.- See Also:
isOperationTrigger()
-
isTimeout
boolean isTimeout()
Returns the value of the 'Is Timeout' attribute.- Returns:
- the value of the 'Is Timeout' attribute.
- See Also:
setIsTimeout(boolean)
,RhapsodyPackage.getTrigger_IsTimeout()
-
setIsTimeout
void setIsTimeout(boolean value)
Sets the value of the 'Is Timeout
' attribute.- Parameters:
value
- the new value of the 'Is Timeout' attribute.- See Also:
isTimeout()
-
getOperation
InterfaceItem getOperation()
Returns the value of the 'Operation' reference.- Returns:
- the value of the 'Operation' reference.
- See Also:
setOperation(InterfaceItem)
,RhapsodyPackage.getTrigger_Operation()
-
setOperation
void setOperation(InterfaceItem value)
Sets the value of the 'Operation
' reference.- Parameters:
value
- the new value of the 'Operation' reference.- See Also:
getOperation()
-
-