public interface JavaMetadataNode
extends org.eclipse.emf.ecore.EObject
The following features are supported:
JavaPackage.getJavaMetadataNode()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList |
getChildren()
Returns the value of the 'Children' containment reference list.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
JavaMetadataNode |
getParent()
Returns the value of the 'Parent' container reference.
|
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setParent(JavaMetadataNode value)
Sets the value of the '
Parent' container reference |
java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getJavaMetadataNode_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList getChildren()
JavaMetadataNode.
It is bidirectional and its opposite is 'Parent'.
If the meaning of the 'Children' containment reference list isn't clear, there really should be more of a description here...
JavaPackage.getJavaMetadataNode_Children(),
getParent()JavaMetadataNode getParent()
Children'.
If the meaning of the 'Parent' container reference isn't clear, there really should be more of a description here...
setParent(JavaMetadataNode),
JavaPackage.getJavaMetadataNode_Parent(),
getChildren()void setParent(JavaMetadataNode value)
Parent' container reference.
value - the new value of the 'Parent' container reference.getParent()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.