public interface VCategorizationElement extends VContainedElement
The following features are supported:
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<VAbstractCategorization> |
getCategorizations()
Returns the value of the 'Categorizations' containment reference list.
|
VCategorizableElement |
getCurrentSelection()
Returns the value of the 'Current Selection' reference.
|
int |
getMainCategoryDepth()
Returns the value of the 'Main Category Depth' attribute.
|
void |
setCurrentSelection(VCategorizableElement value)
Sets the value of the
'
Current
Selection ' reference. |
void |
setMainCategoryDepth(int value)
Sets the value of the
'
Main
Category Depth ' attribute. |
getAttachments, getDiagnostic, getLabel, getName, getUuid, isEffectivelyEnabled, isEffectivelyReadonly, isEffectivelyVisible, isEnabled, isReadonly, isVisible, setDiagnostic, setEnabled, setLabel, setName, setReadonly, setUuid, setVisible
org.eclipse.emf.common.util.EList<VAbstractCategorization> getCategorizations()
VAbstractCategorization
.
If the meaning of the 'Categorizations' containment reference list isn't clear, there really should be more of a description here...
VCategorizationPackage.getCategorizationElement_Categorizations()
VCategorizableElement getCurrentSelection()
If the meaning of the 'Current Selection' reference isn't clear, there really should be more of a description here...
setCurrentSelection(VCategorizableElement)
,
VCategorizationPackage.getCategorizationElement_CurrentSelection()
void setCurrentSelection(VCategorizableElement value)
Current
Selection
' reference.
value
- the new value of the 'Current Selection' reference.getCurrentSelection()
int getMainCategoryDepth()
"0"
.
If the meaning of the 'Main Category Depth' attribute isn't clear, there really should be more of a description here...
setMainCategoryDepth(int)
,
VCategorizationPackage.getCategorizationElement_MainCategoryDepth()
void setMainCategoryDepth(int value)
Main
Category Depth
' attribute.
value
- the new value of the 'Main Category Depth' attribute.getMainCategoryDepth()
Copyright © 2019. All rights reserved.