public abstract class ReadableComponentImpl extends ComponentImpl implements ReadableComponent
The following features are implemented:
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
attribute
The cached value of the '
Attribute' attribute. |
protected static java.lang.String |
ATTRIBUTE_EDEFAULT
The default value of the '
Attribute' attribute. |
protected java.lang.String |
decimal
The cached value of the '
Decimal' attribute. |
protected static java.lang.String |
DECIMAL_EDEFAULT
The default value of the '
Decimal' attribute. |
protected java.lang.String |
format
The cached value of the '
Format' attribute. |
protected static java.lang.String |
FORMAT_EDEFAULT
The default value of the '
Format' attribute. |
protected static java.lang.String |
HD_CONNECTION_ID_EDEFAULT
The default value of the '
Hd Connection Id' attribute. |
protected static java.lang.String |
HD_ITEM_ID_EDEFAULT
The default value of the '
Hd Item Id' attribute. |
protected static java.lang.String |
HD_QUERY_STRING_EDEFAULT
The default value of the '
Hd Query String' attribute. |
protected java.lang.String |
hdConnectionId
The cached value of the '
Hd Connection Id' attribute. |
protected java.lang.String |
hdItemId
The cached value of the '
Hd Item Id' attribute. |
protected java.lang.String |
hdQueryString
The cached value of the '
Hd Query String' attribute. |
protected static boolean |
IS_TEXT_EDEFAULT
The default value of the '
Is Text' attribute. |
protected boolean |
isText
The cached value of the '
Is Text' attribute. |
visibility| Modifier | Constructor and Description |
|---|---|
protected |
ReadableComponentImpl() |
| 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 |
getAttribute() |
java.lang.String |
getDecimal() |
java.lang.String |
getFormat() |
java.lang.String |
getHdConnectionId() |
java.lang.String |
getHdItemId() |
java.lang.String |
getHdQueryString() |
boolean |
isIsText() |
void |
setAttribute(java.lang.String newAttribute) |
void |
setDecimal(java.lang.String newDecimal) |
void |
setFormat(java.lang.String newFormat) |
void |
setHdConnectionId(java.lang.String newHdConnectionId) |
void |
setHdItemId(java.lang.String newHdItemId) |
void |
setHdQueryString(java.lang.String newHdQueryString) |
void |
setIsText(boolean newIsText) |
java.lang.String |
toString() |
basicSetVisibility, eInverseRemove, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetVisibility, setVisibilityprotected static final java.lang.String FORMAT_EDEFAULT
Format' attribute.
getFormat()protected java.lang.String format
Format' attribute.
getFormat()protected static final java.lang.String DECIMAL_EDEFAULT
Decimal' attribute.
getDecimal()protected java.lang.String decimal
Decimal' attribute.
getDecimal()protected static final java.lang.String ATTRIBUTE_EDEFAULT
Attribute' attribute.
getAttribute()protected java.lang.String attribute
Attribute' attribute.
getAttribute()protected static final java.lang.String HD_CONNECTION_ID_EDEFAULT
Hd Connection Id' attribute.
getHdConnectionId()protected java.lang.String hdConnectionId
Hd Connection Id' attribute.
getHdConnectionId()protected static final java.lang.String HD_ITEM_ID_EDEFAULT
Hd Item Id' attribute.
getHdItemId()protected java.lang.String hdItemId
Hd Item Id' attribute.
getHdItemId()protected static final java.lang.String HD_QUERY_STRING_EDEFAULT
Hd Query String' attribute.
getHdQueryString()protected java.lang.String hdQueryString
Hd Query String' attribute.
getHdQueryString()protected static final boolean IS_TEXT_EDEFAULT
Is Text' attribute.
isIsText(),
Constant Field Valuesprotected boolean isText
Is Text' attribute.
isIsText()protected EClass eStaticClass()
eStaticClass in class ComponentImplpublic java.lang.String getFormat()
getFormat in interface ReadableComponentReadableComponent.setFormat(String),
DetailViewPackage.getReadableComponent_Format()public void setFormat(java.lang.String newFormat)
setFormat in interface ReadableComponentnewFormat - the new value of the 'Format' attribute.ReadableComponent.getFormat()public java.lang.String getDecimal()
getDecimal in interface ReadableComponentReadableComponent.setDecimal(String),
DetailViewPackage.getReadableComponent_Decimal()public void setDecimal(java.lang.String newDecimal)
setDecimal in interface ReadableComponentnewDecimal - the new value of the 'Decimal' attribute.ReadableComponent.getDecimal()public java.lang.String getAttribute()
getAttribute in interface ReadableComponentReadableComponent.setAttribute(String),
DetailViewPackage.getReadableComponent_Attribute()public void setAttribute(java.lang.String newAttribute)
setAttribute in interface ReadableComponentnewAttribute - the new value of the 'Attribute' attribute.ReadableComponent.getAttribute()public java.lang.String getHdConnectionId()
getHdConnectionId in interface ReadableComponentReadableComponent.setHdConnectionId(String),
DetailViewPackage.getReadableComponent_HdConnectionId()public void setHdConnectionId(java.lang.String newHdConnectionId)
setHdConnectionId in interface ReadableComponentnewHdConnectionId - the new value of the 'Hd Connection Id' attribute.ReadableComponent.getHdConnectionId()public java.lang.String getHdItemId()
getHdItemId in interface ReadableComponentReadableComponent.setHdItemId(String),
DetailViewPackage.getReadableComponent_HdItemId()public void setHdItemId(java.lang.String newHdItemId)
setHdItemId in interface ReadableComponentnewHdItemId - the new value of the 'Hd Item Id' attribute.ReadableComponent.getHdItemId()public java.lang.String getHdQueryString()
getHdQueryString in interface ReadableComponentReadableComponent.setHdQueryString(String),
DetailViewPackage.getReadableComponent_HdQueryString()public void setHdQueryString(java.lang.String newHdQueryString)
setHdQueryString in interface ReadableComponentnewHdQueryString - the new value of the 'Hd Query String' attribute.ReadableComponent.getHdQueryString()public boolean isIsText()
isIsText in interface ReadableComponentReadableComponent.setIsText(boolean),
DetailViewPackage.getReadableComponent_IsText()public void setIsText(boolean newIsText)
setIsText in interface ReadableComponentnewIsText - the new value of the 'Is Text' attribute.ReadableComponent.isIsText()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