public class URLImageComponentImpl extends ComponentImpl implements URLImageComponent
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
descriptor
The cached value of the '
Descriptor' attribute. |
protected static java.lang.String |
DESCRIPTOR_EDEFAULT
The default value of the '
Descriptor' attribute. |
protected static java.lang.String |
FALLBACK_IMAGE_URL_EDEFAULT
The default value of the '
Fallback Image Url' attribute. |
protected java.lang.String |
fallbackImageUrl
The cached value of the '
Fallback Image Url' attribute. |
protected java.lang.Integer |
height
The cached value of the '
Height' attribute. |
protected static java.lang.Integer |
HEIGHT_EDEFAULT
The default value of the '
Height' attribute. |
protected static java.lang.String |
IMAGE_URL_EDEFAULT
The default value of the '
Image Url' attribute. |
protected java.lang.String |
imageUrl
The cached value of the '
Image Url' attribute. |
protected java.lang.Integer |
width
The cached value of the '
Width' attribute. |
protected static java.lang.Integer |
WIDTH_EDEFAULT
The default value of the '
Width' attribute. |
visibility| Modifier | Constructor and Description |
|---|---|
protected |
URLImageComponentImpl() |
| 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 EClass |
eStaticClass() |
void |
eUnset(int featureID) |
java.lang.String |
getDescriptor() |
java.lang.String |
getFallbackImageUrl() |
java.lang.Integer |
getHeight() |
java.lang.String |
getImageUrl() |
java.lang.Integer |
getWidth() |
void |
setDescriptor(java.lang.String newDescriptor) |
void |
setFallbackImageUrl(java.lang.String newFallbackImageUrl) |
void |
setHeight(java.lang.Integer newHeight) |
void |
setImageUrl(java.lang.String newImageUrl) |
void |
setWidth(java.lang.Integer newWidth) |
java.lang.String |
toString() |
basicSetVisibility, eInverseRemove, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVisibility, setVisibilityprotected static final java.lang.String DESCRIPTOR_EDEFAULT
Descriptor' attribute.
getDescriptor()protected java.lang.String descriptor
Descriptor' attribute.
getDescriptor()protected static final java.lang.String IMAGE_URL_EDEFAULT
Image Url' attribute.
getImageUrl()protected java.lang.String imageUrl
Image Url' attribute.
getImageUrl()protected static final java.lang.String FALLBACK_IMAGE_URL_EDEFAULT
Fallback Image Url' attribute.
getFallbackImageUrl()protected java.lang.String fallbackImageUrl
Fallback Image Url' attribute.
getFallbackImageUrl()protected static final java.lang.Integer WIDTH_EDEFAULT
Width' attribute.
getWidth()protected java.lang.Integer width
Width' attribute.
getWidth()protected static final java.lang.Integer HEIGHT_EDEFAULT
Height' attribute.
getHeight()protected java.lang.Integer height
Height' attribute.
getHeight()protected EClass eStaticClass()
eStaticClass in class ComponentImplpublic java.lang.String getDescriptor()
getDescriptor in interface URLImageComponentURLImageComponent.setDescriptor(String),
DetailViewPackage.getURLImageComponent_Descriptor()public void setDescriptor(java.lang.String newDescriptor)
setDescriptor in interface URLImageComponentnewDescriptor - the new value of the 'Descriptor' attribute.URLImageComponent.getDescriptor()public java.lang.String getImageUrl()
getImageUrl in interface URLImageComponentURLImageComponent.setImageUrl(String),
DetailViewPackage.getURLImageComponent_ImageUrl()public void setImageUrl(java.lang.String newImageUrl)
setImageUrl in interface URLImageComponentnewImageUrl - the new value of the 'Image Url' attribute.URLImageComponent.getImageUrl()public java.lang.String getFallbackImageUrl()
getFallbackImageUrl in interface URLImageComponentURLImageComponent.setFallbackImageUrl(String),
DetailViewPackage.getURLImageComponent_FallbackImageUrl()public void setFallbackImageUrl(java.lang.String newFallbackImageUrl)
setFallbackImageUrl in interface URLImageComponentnewFallbackImageUrl - the new value of the 'Fallback Image Url' attribute.URLImageComponent.getFallbackImageUrl()public java.lang.Integer getWidth()
getWidth in interface URLImageComponentURLImageComponent.setWidth(Integer),
DetailViewPackage.getURLImageComponent_Width()public void setWidth(java.lang.Integer newWidth)
setWidth in interface URLImageComponentnewWidth - the new value of the 'Width' attribute.URLImageComponent.getWidth()public java.lang.Integer getHeight()
getHeight in interface URLImageComponentURLImageComponent.setHeight(Integer),
DetailViewPackage.getURLImageComponent_Height()public void setHeight(java.lang.Integer newHeight)
setHeight in interface URLImageComponentnewHeight - the new value of the 'Height' attribute.URLImageComponent.getHeight()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ComponentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ComponentImplpublic void eUnset(int featureID)
eUnset in class ComponentImplpublic boolean eIsSet(int featureID)
eIsSet in class ComponentImplpublic 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