public interface ArchiveChannel
extends org.eclipse.emf.ecore.EObject
The following features are supported:
ChartPackage.getArchiveChannel()
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Returns the value of the 'Label' attribute.
|
LineProperties |
getLineProperties()
Returns the value of the 'Line Properties' containment reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
void |
setLabel(String value)
Sets the value of the '
Label ' attribute. |
void |
setLineProperties(LineProperties value)
Sets the value of the '
Line Properties ' 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)
,
ChartPackage.getArchiveChannel_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getLabel()
If the meaning of the 'Label' attribute isn't clear, there really should be more of a description here...
setLabel(String)
,
ChartPackage.getArchiveChannel_Label()
void setLabel(String value)
Label
' attribute.
value
- the new value of the 'Label' attribute.getLabel()
LineProperties getLineProperties()
If the meaning of the 'Line Properties' containment reference isn't clear, there really should be more of a description here...
setLineProperties(LineProperties)
,
ChartPackage.getArchiveChannel_LineProperties()
void setLineProperties(LineProperties value)
Line Properties
' containment reference.
value
- the new value of the 'Line Properties' containment reference.getLineProperties()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.