public interface SymbolReference extends Primitive
The following features are supported:
Modifier and Type | Method and Description |
---|---|
String |
getOnCreateProperties()
Returns the value of the 'On Create Properties' attribute.
|
org.eclipse.emf.common.util.EMap<String,String> |
getProperties()
Returns the value of the 'Properties' map.
|
String |
getUri()
Returns the value of the 'Uri' attribute.
|
Double |
getZoom()
Returns the value of the 'Zoom' attribute.
|
void |
setOnCreateProperties(String value)
Sets the value of the '
On Create Properties ' attribute. |
void |
setUri(String value)
Sets the value of the '
Uri ' attribute. |
void |
setZoom(Double value)
Sets the value of the '
Zoom ' attribute. |
String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
,
VisualInterfacePackage.getSymbolReference_Uri()
void setUri(String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
Double getZoom()
If the meaning of the 'Zoom' attribute isn't clear, there really should be more of a description here...
setZoom(Double)
,
VisualInterfacePackage.getSymbolReference_Zoom()
void setZoom(Double value)
Zoom
' attribute.
value
- the new value of the 'Zoom' attribute.getZoom()
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.getSymbolReference_Properties()
String getOnCreateProperties()
If the meaning of the 'On Create Properties' attribute isn't clear, there really should be more of a description here...
setOnCreateProperties(String)
,
VisualInterfacePackage.getSymbolReference_OnCreateProperties()
void setOnCreateProperties(String value)
On Create Properties
' attribute.
value
- the new value of the 'On Create Properties' attribute.getOnCreateProperties()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.