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

de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl Class Reference

List of all members.

Public Member Functions

EADatatype basicGetType ()
Object eGet (int featureID, boolean resolve, boolean coreType)
boolean eIsSet (int featureID)
void eSet (int featureID, Object newValue)
void eUnset (int featureID)
EADirectionKind getDirection ()
EADatatype getType ()
void setDirection (EADirectionKind newDirection)
void setType (EADatatype newType)
String toString ()

Protected Member Functions

EClass eStaticClass ()
 FunctionFlowPortImpl ()

Protected Attributes

EADirectionKind direction = DIRECTION_EDEFAULT
EADatatype type

Static Protected Attributes

static final EADirectionKind DIRECTION_EDEFAULT = EADirectionKind.IN

Detailed Description

An implementation of the model object 'Function Flow Port'.

The following features are implemented:


Constructor & Destructor Documentation

de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.FunctionFlowPortImpl (  )  [protected]

Member Function Documentation

EADatatype de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.basicGetType (  ) 
Object de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.eGet ( int  featureID,
boolean  resolve,
boolean  coreType 
)
boolean de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.eIsSet ( int  featureID  ) 
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.eSet ( int  featureID,
Object  newValue 
)
EClass de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.eStaticClass (  )  [protected]
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.eUnset ( int  featureID  ) 
EADirectionKind de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.getDirection (  ) 
EADatatype de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.getType (  ) 
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.setDirection ( EADirectionKind  newDirection  ) 
void de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.setType ( EADatatype  newType  ) 
String de.fraunhofer.isst.eastadl.functionmodeling.impl.FunctionFlowPortImpl.toString (  ) 

Member Data Documentation

The cached value of the 'Direction' attribute.

See also:
getDirection()

The default value of the 'Direction' attribute.

See also:
getDirection()

The cached value of the 'Type' reference.

See also:
getType()