public class ImageImpl extends ViewElementImpl implements Image
The following features are implemented:
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
caption
The cached value of the '
Caption '
attribute. |
protected static java.lang.String |
CAPTION_EDEFAULT
The default value of the '
Caption '
attribute. |
protected static java.lang.String |
DIAGRAM_ID_EDEFAULT
The default value of the '
Diagram Id '
attribute. |
protected java.lang.String |
diagramId
The cached value of the '
Diagram Id '
attribute. |
protected static boolean |
DO_NOT_SHOW_EDEFAULT
The default value of the '
Do Not Show '
attribute. |
protected boolean |
doNotShow
The cached value of the '
Do Not Show '
attribute. |
protected boolean |
gennew
The cached value of the '
Gennew ' attribute. |
protected static boolean |
GENNEW_EDEFAULT
The default value of the '
Gennew ' attribute. |
FROM_ELEMENT_ID_EDEFAULT, FROM_PROPERTY_EDEFAULT, fromElementId, fromProperty, id, ID_EDEFAULT, title, TITLE_EDEFAULT
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
Modifier | Constructor and Description |
---|---|
protected |
ImageImpl() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType) |
boolean |
eIsSet(int featureID) |
void |
eSet(int featureID,
java.lang.Object newValue) |
protected org.eclipse.emf.ecore.EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getCaption() |
java.lang.String |
getDiagramId() |
boolean |
isDoNotShow() |
boolean |
isGennew() |
void |
setCaption(java.lang.String newCaption) |
void |
setDiagramId(java.lang.String newDiagramId) |
void |
setDoNotShow(boolean newDoNotShow) |
void |
setGennew(boolean newGennew) |
java.lang.String |
toString() |
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eInvoke, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
eBasicAdapterArray, eBasicHasAdapters, eNotificationRequired, eNotify
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFromElementId, getFromProperty, getId, getTitle, setFromElementId, setFromProperty, setId, setTitle
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
protected static final java.lang.String DIAGRAM_ID_EDEFAULT
Diagram Id
'
attribute. getDiagramId()
protected java.lang.String diagramId
Diagram Id
'
attribute. getDiagramId()
protected static final java.lang.String CAPTION_EDEFAULT
Caption
'
attribute. getCaption()
protected java.lang.String caption
Caption
'
attribute. getCaption()
protected static final boolean GENNEW_EDEFAULT
Gennew
' attribute.
isGennew()
,
Constant Field Valuesprotected boolean gennew
Gennew
' attribute.
isGennew()
protected static final boolean DO_NOT_SHOW_EDEFAULT
Do Not Show
'
attribute. isDoNotShow()
,
Constant Field Valuesprotected boolean doNotShow
Do Not Show
'
attribute. isDoNotShow()
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class ViewElementImpl
public java.lang.String getDiagramId()
getDiagramId
in interface Image
public void setDiagramId(java.lang.String newDiagramId)
setDiagramId
in interface Image
newDiagramId
- the new value of the 'Diagram Id' attribute.Image.getDiagramId()
public java.lang.String getCaption()
getCaption
in interface Image
public void setCaption(java.lang.String newCaption)
setCaption
in interface Image
newCaption
- the new value of the 'Caption' attribute.Image.getCaption()
public void setGennew(boolean newGennew)
setGennew
in interface Image
newGennew
- the new value of the 'Gennew' attribute.Image.isGennew()
public boolean isDoNotShow()
isDoNotShow
in interface Image
public void setDoNotShow(boolean newDoNotShow)
setDoNotShow
in interface Image
newDoNotShow
- the new value of the 'Do Not Show' attribute.Image.isDoNotShow()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class ViewElementImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class ViewElementImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class ViewElementImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class ViewElementImpl
public java.lang.String toString()
toString
in class ViewElementImpl