Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.datatypes.EADatatypePrototype Interface Reference

List of all members.

Public Member Functions

void setType (EADatatype value)

Package Functions

EADatatype getType ()

Detailed Description

EADatatypePrototype (from Datatypes) «atpPrototype»

Generalizations
EAElement (from Elements)

Description
The EADatatypePrototype represents a typed variable. An example is a composite datatype ColorValue with parts R, G, and B of type integer. ColorValue would contain three prototypes only to be able to reference the record parts by name.

Attributes
No additional attributes

Associations
type : EADatatype [1]
«isOfType»
The type of the EADatatypePrototype.

Constraints
No additional constraints

Semantics
The EADatatypePrototype represents a typed variable. It acts as an appearance of a datatype.

Author:
dprenzel

Member Function Documentation

EADatatype de.fraunhofer.isst.eastadl.datatypes.EADatatypePrototype.getType (  )  [package]

Returns the value of the 'Type' reference.

type : EADatatype [1] «isOfType»
The type of the EADatatypePrototype.

Returns:
the value of the 'Type' reference.
See also:
setType(EADatatype)
de.fraunhofer.isst.eastadl.datatypes.DatatypesPackage.getEADatatypePrototype_Type() required="true"

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EADatatypePrototypeImpl.

void de.fraunhofer.isst.eastadl.datatypes.EADatatypePrototype.setType ( EADatatype  value  ) 

Sets the value of the 'Type' reference.

type : EADatatype [1] «isOfType»
The type of the EADatatypePrototype.

Parameters:
value the new value of the 'Type' reference.
See also:
getType()

Implemented in de.fraunhofer.isst.eastadl.datatypes.impl.EADatatypePrototypeImpl.