public class SymbolReferenceImpl extends EObjectImpl implements SymbolReference
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
name
The cached value of the '
Name' attribute. |
protected static java.lang.String |
NAME_EDEFAULT
The default value of the '
Name' attribute. |
protected static java.lang.String |
ON_CREATE_PROPERTIES_EDEFAULT
The default value of the '
On Create Properties' attribute. |
protected java.lang.String |
onCreateProperties
The cached value of the '
On Create Properties' attribute. |
protected |
properties
The cached value of the '
Properties' map. |
protected java.lang.String |
uri
The cached value of the '
Uri' attribute. |
protected static java.lang.String |
URI_EDEFAULT
The default value of the '
Uri' attribute. |
protected java.lang.Double |
zoom
The cached value of the '
Zoom' attribute. |
protected static java.lang.Double |
ZOOM_EDEFAULT
The default value of the '
Zoom' attribute. |
| Modifier | Constructor and Description |
|---|---|
protected |
SymbolReferenceImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getName() |
java.lang.String |
getOnCreateProperties() |
|
getProperties() |
java.lang.String |
getUri() |
java.lang.Double |
getZoom() |
void |
setName(java.lang.String newName) |
void |
setOnCreateProperties(java.lang.String newOnCreateProperties) |
void |
setUri(java.lang.String newUri) |
void |
setZoom(java.lang.Double newZoom) |
java.lang.String |
toString() |
protected static final java.lang.String NAME_EDEFAULT
Name' attribute.
getName()protected static final java.lang.String URI_EDEFAULT
Uri' attribute.
getUri()protected static final java.lang.Double ZOOM_EDEFAULT
Zoom' attribute.
getZoom()protectedproperties
Properties' map.
getProperties()protected static final java.lang.String ON_CREATE_PROPERTIES_EDEFAULT
On Create Properties' attribute.
getOnCreateProperties()protected java.lang.String onCreateProperties
On Create Properties' attribute.
getOnCreateProperties()protected EClass eStaticClass()
public java.lang.String getName()
getName in interface PrimitivePrimitive.setName(String),
VisualInterfacePackage.getPrimitive_Name()public void setName(java.lang.String newName)
setName in interface PrimitivenewName - the new value of the 'Name' attribute.Primitive.getName()public java.lang.String getUri()
getUri in interface SymbolReferenceSymbolReference.setUri(String),
VisualInterfacePackage.getSymbolReference_Uri()public void setUri(java.lang.String newUri)
setUri in interface SymbolReferencenewUri - the new value of the 'Uri' attribute.SymbolReference.getUri()public java.lang.Double getZoom()
getZoom in interface SymbolReferenceSymbolReference.setZoom(Double),
VisualInterfacePackage.getSymbolReference_Zoom()public void setZoom(java.lang.Double newZoom)
setZoom in interface SymbolReferencenewZoom - the new value of the 'Zoom' attribute.SymbolReference.getZoom()publicgetProperties()
getProperties in interface SymbolReferenceVisualInterfacePackage.getSymbolReference_Properties()public java.lang.String getOnCreateProperties()
getOnCreateProperties in interface SymbolReferenceSymbolReference.setOnCreateProperties(String),
VisualInterfacePackage.getSymbolReference_OnCreateProperties()public void setOnCreateProperties(java.lang.String newOnCreateProperties)
setOnCreateProperties in interface SymbolReferencenewOnCreateProperties - the new value of the 'On Create Properties' attribute.SymbolReference.getOnCreateProperties()public NotificationChain eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
public void eSet(int featureID,
java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
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