public interface SymbolReference extends Primitive
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOnCreateProperties()
Returns the value of the 'On Create Properties' attribute.
|
|
getProperties()
Returns the value of the 'Properties' map.
|
java.lang.String |
getUri()
Returns the value of the 'Uri' attribute.
|
java.lang.Double |
getZoom()
Returns the value of the 'Zoom' attribute.
|
void |
setOnCreateProperties(java.lang.String value)
Sets the value of the '
On Create Properties' attribute. |
void |
setUri(java.lang.String value)
Sets the value of the '
Uri' attribute. |
void |
setZoom(java.lang.Double value)
Sets the value of the '
Zoom' attribute. |
java.lang.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(java.lang.String value)
Uri' attribute.
value - the new value of the 'Uri' attribute.getUri()java.lang.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(java.lang.Double value)
Zoom' attribute.
value - the new value of the 'Zoom' attribute.getZoom()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()java.lang.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(java.lang.String value)
On Create Properties' attribute.
value - the new value of the 'On Create Properties' attribute.getOnCreateProperties()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0