de.uka.ipd.sdq.stoex.impl
Class NumericLiteralImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
          extended by de.uka.ipd.sdq.stoex.impl.NumericLiteralImpl
All Implemented Interfaces:
Atom, BooleanExpression, Comparison, Expression, IfElse, NumericLiteral, Power, Product, Term, Unary, UnitCarryingElement
Direct Known Subclasses:
DoubleLiteralImpl, IntLiteralImpl

public abstract class NumericLiteralImpl
extends UnitCarryingElementImpl
implements NumericLiteral

An implementation of the model object 'Numeric Literal'.


Field Summary
static String copyright
           
 
Fields inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
UNIT_SPECIFICATION_EDEFAULT, unitSpecification
 
Constructor Summary
protected NumericLiteralImpl()
           
 
Method Summary
protected  EClass eStaticClass()
           
 
Methods inherited from class de.uka.ipd.sdq.units.impl.UnitCarryingElementImpl
basicGetUnit, eGet, eIsSet, eSet, eUnset, getUnit, getUnitSpecification, setUnitSpecification, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.uka.ipd.sdq.units.UnitCarryingElement
getUnit, getUnitSpecification, setUnitSpecification
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Constructor Detail

NumericLiteralImpl

protected NumericLiteralImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class UnitCarryingElementImpl