|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Action
A representation of the model object 'Action'. This type defines an Action. An action is a property defining interactivity for an element. It is associated in a trigger with a trigger condition that defines when the action is to be processed.
The following features are supported:
DataPackage.getAction()
Method Summary | |
---|---|
Action |
copyInstance()
A convenient method to get an instance copy. |
ActionType |
getType()
Returns the value of the 'Type' attribute. |
ActionValue |
getValue()
Returns the value of the 'Value' containment reference. |
boolean |
isSetType()
Returns whether the value of the ' Type ' attribute is set. |
void |
setType(ActionType value)
Sets the value of the ' Type ' attribute. |
void |
setValue(ActionValue value)
Sets the value of the ' Value ' containment reference. |
void |
unsetType()
Unsets the value of the ' Type ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ActionType getType()
"URL_Redirect"
.
The literals are from the enumeration ActionType
.
Specifies the type of Action. This value determines the way the Action Value is processed.
ActionType
,
isSetType()
,
unsetType()
,
setType(ActionType)
,
DataPackage.getAction_Type()
void setType(ActionType value)
Type
' attribute.
value
- the new value of the 'Type' attribute.ActionType
,
isSetType()
,
unsetType()
,
getType()
void unsetType()
Type
' attribute.
isSetType()
,
getType()
,
setType(ActionType)
boolean isSetType()
Type
' attribute is set.
unsetType()
,
getType()
,
setType(ActionType)
ActionValue getValue()
setValue(ActionValue)
,
DataPackage.getAction_Value()
void setValue(ActionValue value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
Action copyInstance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |