|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
org.eclipse.birt.chart.model.component.impl.ScaleImpl
An implementation of the model object ' Scale'.
The following features are implemented:
Nested Class Summary |
Nested classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes inherited from class org.eclipse.emf.ecore.InternalEObject |
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary |
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
ELAST_EOBJECT_FLAG |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
EOPPOSITE_FEATURE_BASE |
Method Summary | |
org.eclipse.emf.common.notify.NotificationChain |
basicSetMax(DataElement newMax,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetMin(DataElement newMin,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
boolean resolve)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
java.lang.Class baseClass,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
void |
eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature,
java.lang.Object newValue)
|
void |
eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
|
DataElement |
getMax()
|
DataElement |
getMin()
|
int |
getMinorGridsPerUnit()
|
double |
getStep()
|
ScaleUnitType |
getUnit()
|
boolean |
isSetMinorGridsPerUnit()
|
boolean |
isSetStep()
|
boolean |
isSetUnit()
|
void |
setMax(DataElement newMax)
|
void |
setMin(DataElement newMin)
|
void |
setMinorGridsPerUnit(int newMinorGridsPerUnit)
|
void |
setStep(double newStep)
|
void |
setUnit(ScaleUnitType newUnit)
|
java.lang.String |
toString()
|
void |
unsetMinorGridsPerUnit()
|
void |
unsetStep()
|
void |
unsetUnit()
|
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl |
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI |
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eInverseAdd, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eIsProxy, eResource |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
eNotificationRequired |
Method Detail |
public DataElement getMin()
getMin
in interface Scale
Scale.setMin(DataElement)
,
ComponentPackage.getScale_Min()
public org.eclipse.emf.common.notify.NotificationChain basicSetMin(DataElement newMin, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMin(DataElement newMin)
setMin
in interface Scale
newMin
- the new value of the 'Min' containment reference.Scale.getMin()
public DataElement getMax()
getMax
in interface Scale
Scale.setMax(DataElement)
,
ComponentPackage.getScale_Max()
public org.eclipse.emf.common.notify.NotificationChain basicSetMax(DataElement newMax, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setMax(DataElement newMax)
setMax
in interface Scale
newMax
- the new value of the 'Max' containment reference.Scale.getMax()
public double getStep()
getStep
in interface Scale
Scale.isSetStep()
,
Scale.unsetStep()
,
Scale.setStep(double)
,
ComponentPackage.getScale_Step()
public void setStep(double newStep)
setStep
in interface Scale
newStep
- the new value of the 'Step' attribute.Scale.isSetStep()
,
Scale.unsetStep()
,
Scale.getStep()
public void unsetStep()
unsetStep
in interface Scale
Scale.isSetStep()
,
Scale.getStep()
,
Scale.setStep(double)
public boolean isSetStep()
isSetStep
in interface Scale
Scale.unsetStep()
,
Scale.getStep()
,
Scale.setStep(double)
public ScaleUnitType getUnit()
getUnit
in interface Scale
ScaleUnitType
,
Scale.isSetUnit()
,
Scale.unsetUnit()
,
Scale.setUnit(ScaleUnitType)
,
ComponentPackage.getScale_Unit()
public void setUnit(ScaleUnitType newUnit)
setUnit
in interface Scale
newUnit
- the new value of the 'Unit' attribute.ScaleUnitType
,
Scale.isSetUnit()
,
Scale.unsetUnit()
,
Scale.getUnit()
public void unsetUnit()
unsetUnit
in interface Scale
Scale.isSetUnit()
,
Scale.getUnit()
,
Scale.setUnit(ScaleUnitType)
public boolean isSetUnit()
isSetUnit
in interface Scale
Scale.unsetUnit()
,
Scale.getUnit()
,
Scale.setUnit(ScaleUnitType)
public int getMinorGridsPerUnit()
getMinorGridsPerUnit
in interface Scale
Scale.isSetMinorGridsPerUnit()
,
Scale.unsetMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
,
ComponentPackage.getScale_MinorGridsPerUnit()
public void setMinorGridsPerUnit(int newMinorGridsPerUnit)
setMinorGridsPerUnit
in interface Scale
newMinorGridsPerUnit
- the new value of the 'Minor Grids Per Unit' attribute.Scale.isSetMinorGridsPerUnit()
,
Scale.unsetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
public void unsetMinorGridsPerUnit()
unsetMinorGridsPerUnit
in interface Scale
Scale.isSetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
public boolean isSetMinorGridsPerUnit()
isSetMinorGridsPerUnit
in interface Scale
Scale.unsetMinorGridsPerUnit()
,
Scale.getMinorGridsPerUnit()
,
Scale.setMinorGridsPerUnit(int)
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, java.lang.Class baseClass, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in interface org.eclipse.emf.ecore.InternalEObject
public java.lang.Object eGet(org.eclipse.emf.ecore.EStructuralFeature eFeature, boolean resolve)
eGet
in interface org.eclipse.emf.ecore.EObject
public void eSet(org.eclipse.emf.ecore.EStructuralFeature eFeature, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.EObject
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eUnset
in interface org.eclipse.emf.ecore.EObject
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature eFeature)
eIsSet
in interface org.eclipse.emf.ecore.EObject
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |