public interface EventActionBinding extends Serializable
| Modifier and Type | Method and Description |
|---|---|
EventAction |
getAction()
Gets the associated event action.
|
Map |
getAllAttributes()
Gets all the attributes of the event action binding.
|
Map |
getAllTypeAttributes()
Gets all the attributes of the event action type.
|
Object |
getAttribute(String name)
Gets an attribute.
|
Object |
getTypeAttribute(String name)
Gets an attribute of the type of the event action.
|
Object |
removeAttribute(String name)
Removes an attribute.
|
Object |
setAttribute(String name,
Object value)
Sets the value of an attribute.
|
Map getAllTypeAttributes()
Object getTypeAttribute(String name)
name - the name of the attribute.Object setAttribute(String name, Object value)
name - the name of the attribute.value - the new value of the attribute.Object removeAttribute(String name)
name - the name of the attribute.EventAction getAction()
Map getAllAttributes()
Copyright © 2016 Eclipse Stardust. All Rights Reserved.