public interface Child
extends org.eclipse.emf.ecore.EObject
VisualInterfacePackage.getChild()
Modifier and Type | Method and Description |
---|---|
Primitive |
getElement()
Returns the value of the 'Element' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setElement(Primitive value)
Sets the value of the '
Element ' containment reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
Primitive getElement()
If the meaning of the 'Element' containment reference isn't clear, there really should be more of a description here...
setElement(Primitive)
,
VisualInterfacePackage.getChild_Element()
void setElement(Primitive value)
Element
' containment reference.
value
- the new value of the 'Element' containment reference.getElement()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
VisualInterfacePackage.getChild_Name()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.