public interface Symbol
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VisualInterfacePackage.getSymbol()
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
Returns the value of the 'Background Color' attribute.
|
String |
getBackgroundImage()
Returns the value of the 'Background Image' attribute.
|
org.eclipse.emf.common.util.EList<Connection> |
getConnections()
Returns the value of the 'Connections' containment reference list.
|
Cursor |
getCursors()
Returns the value of the 'Cursors' containment reference.
|
Dimension |
getDesignSize()
Returns the value of the 'Design Size' containment reference.
|
String |
getOnDispose()
Returns the value of the 'On Dispose' attribute.
|
String |
getOnInit()
Returns the value of the 'On Init' attribute.
|
String |
getOnUpdate()
Returns the value of the 'On Update' attribute.
|
org.eclipse.emf.common.util.EMap<String,String> |
getProperties()
Returns the value of the 'Properties' map.
|
Primitive |
getRoot()
Returns the value of the 'Root' containment reference.
|
org.eclipse.emf.common.util.EList<String> |
getScriptModules()
Returns the value of the 'Script Modules' attribute list.
|
void |
setBackgroundColor(String value)
Sets the value of the '
Background Color ' attribute. |
void |
setBackgroundImage(String value)
Sets the value of the '
Background Image ' attribute. |
void |
setCursors(Cursor value)
Sets the value of the '
Cursors ' containment reference. |
void |
setDesignSize(Dimension value)
Sets the value of the '
Design Size ' containment reference. |
void |
setOnDispose(String value)
Sets the value of the '
On Dispose ' attribute. |
void |
setOnInit(String value)
Sets the value of the '
On Init ' attribute. |
void |
setOnUpdate(String value)
Sets the value of the '
On Update ' attribute. |
void |
setRoot(Primitive value)
Sets the value of the '
Root ' containment reference. |
Primitive getRoot()
If the meaning of the 'Root' containment reference isn't clear, there really should be more of a description here...
setRoot(Primitive)
,
VisualInterfacePackage.getSymbol_Root()
void setRoot(Primitive value)
Root
' containment reference.
value
- the new value of the 'Root' containment reference.getRoot()
org.eclipse.emf.common.util.EMap<String,String> getProperties()
String
,
and the value is of type String
,
If the meaning of the 'Properties' map isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_Properties()
String getOnInit()
If the meaning of the 'On Init' attribute isn't clear, there really should be more of a description here...
setOnInit(String)
,
VisualInterfacePackage.getSymbol_OnInit()
void setOnInit(String value)
On Init
' attribute.
value
- the new value of the 'On Init' attribute.getOnInit()
String getOnDispose()
If the meaning of the 'On Dispose' attribute isn't clear, there really should be more of a description here...
setOnDispose(String)
,
VisualInterfacePackage.getSymbol_OnDispose()
void setOnDispose(String value)
On Dispose
' attribute.
value
- the new value of the 'On Dispose' attribute.getOnDispose()
String getOnUpdate()
If the meaning of the 'On Update' attribute isn't clear, there really should be more of a description here...
setOnUpdate(String)
,
VisualInterfacePackage.getSymbol_OnUpdate()
void setOnUpdate(String value)
On Update
' attribute.
value
- the new value of the 'On Update' attribute.getOnUpdate()
org.eclipse.emf.common.util.EList<String> getScriptModules()
String
.
If the meaning of the 'Script Modules' attribute list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_ScriptModules()
Cursor getCursors()
If the meaning of the 'Cursors' containment reference isn't clear, there really should be more of a description here...
setCursors(Cursor)
,
VisualInterfacePackage.getSymbol_Cursors()
void setCursors(Cursor value)
Cursors
' containment reference.
value
- the new value of the 'Cursors' containment reference.getCursors()
String getBackgroundColor()
If the meaning of the 'Background Color' attribute isn't clear, there really should be more of a description here...
setBackgroundColor(String)
,
VisualInterfacePackage.getSymbol_BackgroundColor()
void setBackgroundColor(String value)
Background Color
' attribute.
value
- the new value of the 'Background Color' attribute.getBackgroundColor()
Dimension getDesignSize()
setDesignSize(Dimension)
,
VisualInterfacePackage.getSymbol_DesignSize()
void setDesignSize(Dimension value)
Design Size
' containment reference.
value
- the new value of the 'Design Size' containment reference.getDesignSize()
org.eclipse.emf.common.util.EList<Connection> getConnections()
Connection
.
If the meaning of the 'Connections' containment reference list isn't clear, there really should be more of a description here...
VisualInterfacePackage.getSymbol_Connections()
String getBackgroundImage()
If the meaning of the 'Background Image' attribute isn't clear, there really should be more of a description here...
setBackgroundImage(String)
,
VisualInterfacePackage.getSymbol_BackgroundImage()
void setBackgroundImage(String value)
Background Image
' attribute.
value
- the new value of the 'Background Image' attribute.getBackgroundImage()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.