Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes

de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl Class Reference

List of all members.

Public Member Functions

Object eGet (int featureID, boolean resolve, boolean coreType)
boolean eIsSet (int featureID)
void eSet (int featureID, Object newValue)
void eUnset (int featureID)
int getMax ()
int getMin ()
void setMax (int newMax)
void setMin (int newMin)
String toString ()

Protected Member Functions

 EAIntegerImpl ()
EClass eStaticClass ()

Protected Attributes

int max = MAX_EDEFAULT
int min = MIN_EDEFAULT

Static Protected Attributes

static final int MAX_EDEFAULT = 0
static final int MIN_EDEFAULT = 0

Detailed Description

An implementation of the model object 'EA Integer'.

The following features are implemented:


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.EAIntegerImpl (  )  [protected]

Member Function Documentation

Object de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.eGet ( int  featureID,
boolean  resolve,
boolean  coreType 
)
boolean de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.eIsSet ( int  featureID  ) 
void de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.eSet ( int  featureID,
Object  newValue 
)
EClass de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.eStaticClass (  )  [protected]
void de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.eUnset ( int  featureID  ) 
int de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.getMax (  ) 
int de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.getMin (  ) 
void de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.setMax ( int  newMax  ) 
void de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.setMin ( int  newMin  ) 
String de.fraunhofer.isst.eastadl.datatypes.impl.EAIntegerImpl.toString (  ) 

Member Data Documentation

The cached value of the 'Max' attribute.

See also:
getMax()

The default value of the 'Max' attribute.

See also:
getMax()

The cached value of the 'Min' attribute.

See also:
getMin()

The default value of the 'Min' attribute.

See also:
getMin()