Interface MultipleActions
- All Superinterfaces:
Action
,org.eclipse.emf.ecore.EObject
,IChartObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MultipleActionsImpl
A representation of the model object 'Multiple
Actions'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Action>
Returns the value of the 'Actions' containment reference list.Returns the value of the 'Properties Map' map.Methods inherited from interface org.eclipse.birt.chart.model.data.Action
getType, getValue, isSetType, setType, setValue, unsetType
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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getActions
org.eclipse.emf.common.util.EList<Action> getActions()Returns the value of the 'Actions' containment reference list. The list contents are of typeAction
.If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Actions' containment reference list.
- See Also:
-
getPropertiesMap
Returns the value of the 'Properties Map' map. The key is of typeString
, and the value is of typeString
,If the meaning of the 'Properties Map' map isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Properties Map' map.
- See Also:
-
copyInstance
MultipleActions copyInstance()- Specified by:
copyInstance
in interfaceAction
- Specified by:
copyInstance
in interfaceIChartObject
-