org.eclipse.emf.ecp.view.spi.categorization.model
Interface VAbstractCategorization

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, VCategorizableElement, VElement
All Known Subinterfaces:
DynamicContainmentTree, VCategorization, VCategory
All Known Implementing Classes:
DynamicContainmentTreeImpl, VAbstractCategorizationImpl, VCategorizationImpl, VCategoryImpl

public interface VAbstractCategorization
extends VCategorizableElement

A representation of the model object 'Abstract Categorization'.

The following features are supported:

See Also:
VCategorizationPackage.getAbstractCategorization()

Method Summary
 org.eclipse.emf.common.util.EList<VAction> getActions()
          Returns the value of the 'Actions' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement
getECPActions, getLabelObject, setECPActions
 
Methods inherited from interface org.eclipse.emf.ecp.view.spi.model.VElement
getAttachments, getDiagnostic, getLabel, getName, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setVisible
 
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 Detail

getActions

org.eclipse.emf.common.util.EList<VAction> getActions()
Returns the value of the 'Actions' containment reference list. The list contents are of type VAction.

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:
VCategorizationPackage.getAbstractCategorization_Actions()


Copyright © 2015. All Rights Reserved.