public abstract class WriteableComponentImpl extends ReadableComponentImpl implements WriteableComponent
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Double |
ceil
The cached value of the '
Ceil' attribute. |
protected static java.lang.Double |
CEIL_EDEFAULT
The default value of the '
Ceil' attribute. |
protected double |
floor
The cached value of the '
Floor' attribute. |
protected static double |
FLOOR_EDEFAULT
The default value of the '
Floor' attribute. |
attribute, ATTRIBUTE_EDEFAULT, decimal, DECIMAL_EDEFAULT, format, FORMAT_EDEFAULT, HD_CONNECTION_ID_EDEFAULT, HD_ITEM_ID_EDEFAULT, HD_QUERY_STRING_EDEFAULT, hdConnectionId, hdItemId, hdQueryString, IS_TEXT_EDEFAULT, isTextvisibility| Modifier | Constructor and Description |
|---|---|
protected |
WriteableComponentImpl() |
| 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.Double |
getCeil() |
double |
getFloor() |
void |
setCeil(java.lang.Double newCeil) |
void |
setFloor(double newFloor) |
java.lang.String |
toString() |
getAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsTextbasicSetVisibility, eInverseRemove, getVisibility, setVisibilityclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getDecimal, getFormat, getHdConnectionId, getHdItemId, getHdQueryString, isIsText, setAttribute, setDecimal, setFormat, setHdConnectionId, setHdItemId, setHdQueryString, setIsTextgetVisibility, setVisibilityprotected static final java.lang.Double CEIL_EDEFAULT
Ceil' attribute.
getCeil()protected static final double FLOOR_EDEFAULT
Floor' attribute.
getFloor(),
Constant Field Valuesprotected double floor
Floor' attribute.
getFloor()protected EClass eStaticClass()
eStaticClass in class ReadableComponentImplpublic java.lang.Double getCeil()
getCeil in interface WriteableComponentWriteableComponent.setCeil(Double),
DetailViewPackage.getWriteableComponent_Ceil()public void setCeil(java.lang.Double newCeil)
setCeil in interface WriteableComponentnewCeil - the new value of the 'Ceil' attribute.WriteableComponent.getCeil()public double getFloor()
getFloor in interface WriteableComponentWriteableComponent.setFloor(double),
DetailViewPackage.getWriteableComponent_Floor()public void setFloor(double newFloor)
setFloor in interface WriteableComponentnewFloor - the new value of the 'Floor' attribute.WriteableComponent.getFloor()public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
eGet in class ReadableComponentImplpublic void eSet(int featureID,
java.lang.Object newValue)
eSet in class ReadableComponentImplpublic void eUnset(int featureID)
eUnset in class ReadableComponentImplpublic boolean eIsSet(int featureID)
eIsSet in class ReadableComponentImplpublic java.lang.String toString()
toString in class ReadableComponentImpl
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