public interface Template
extends org.eclipse.emf.ecore.EObject
The following features are supported:
DataTemplatePackage.getTemplate()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EObject |
getInstance()
Returns the value of the 'Instance' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setInstance(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Instance ' containment reference. |
void |
setName(String value)
Sets the value of the '
Name ' attribute. |
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
DataTemplatePackage.getTemplate_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
org.eclipse.emf.ecore.EObject getInstance()
If the meaning of the 'Instance' containment reference isn't clear, there really should be more of a description here...
setInstance(EObject)
,
DataTemplatePackage.getTemplate_Instance()
void setInstance(org.eclipse.emf.ecore.EObject value)
Instance
' containment reference.
value
- the new value of the 'Instance' containment reference.getInstance()
Copyright © 2019. All rights reserved.