public interface Item extends FormattableElement
The following features are supported:
NotationPackage.getItem()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Item> |
getChildren()
Returns the value of the 'Children' reference list.
|
org.eclipse.emf.ecore.EObject |
getParamEObject()
Returns the value of the 'Param EObject' reference.
|
java.lang.Object |
getParamObject()
Returns the value of the 'Param Object' attribute.
|
Item |
getParent()
Returns the value of the 'Parent' reference.
|
HierarchyPolicy |
getPolicy()
Returns the value of the 'Policy' attribute.
|
void |
setParamEObject(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Param EObject ' reference. |
void |
setParamObject(java.lang.Object value)
Sets the value of the '
Param Object ' attribute. |
void |
setParent(Item value)
Sets the value of the '
Parent ' reference. |
void |
setPolicy(HierarchyPolicy value)
Sets the value of the '
Policy ' attribute. |
getFormat, getId, getLabel, setFormat, setId, setLabel
Item getParent()
Children
'.
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(Item)
,
NotationPackage.getItem_Parent()
,
getChildren()
void setParent(Item value)
Parent
' reference.
value
- the new value of the 'Parent' reference.getParent()
org.eclipse.emf.common.util.EList<Item> getChildren()
Item
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Children' reference list isn't clear, there really should be more of a description here...
NotationPackage.getItem_Children()
,
getParent()
HierarchyPolicy getPolicy()
HierarchyPolicy
.
If the meaning of the 'Policy' attribute isn't clear, there really should be more of a description here...
HierarchyPolicy
,
setPolicy(HierarchyPolicy)
,
NotationPackage.getItem_Policy()
void setPolicy(HierarchyPolicy value)
Policy
' attribute.
value
- the new value of the 'Policy' attribute.HierarchyPolicy
,
getPolicy()
java.lang.Object getParamObject()
If the meaning of the 'Param Object' attribute isn't clear, there really should be more of a description here...
setParamObject(Object)
,
NotationPackage.getItem_ParamObject()
void setParamObject(java.lang.Object value)
Param Object
' attribute.
value
- the new value of the 'Param Object' attribute.getParamObject()
org.eclipse.emf.ecore.EObject getParamEObject()
If the meaning of the 'Param EObject' reference isn't clear, there really should be more of a description here...
setParamEObject(EObject)
,
NotationPackage.getItem_ParamEObject()
void setParamEObject(org.eclipse.emf.ecore.EObject value)
Param EObject
' reference.
value
- the new value of the 'Param EObject' reference.getParamEObject()