public interface Profile
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getProfile()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Controller> |
getControllers()
Returns the value of the 'Controllers' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute.
|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
void |
setId(String value)
Sets the value of the '
Id ' attribute. |
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
org.eclipse.emf.common.util.EList<Controller> getControllers()
Controller
.
If the meaning of the 'Controllers' containment reference list isn't clear, there really should be more of a description here...
ChartPackage.getProfile_Controllers()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
ChartPackage.getProfile_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getProfile_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.