Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.autosar.IdentifiableInstanceRef Interface Reference

List of all members.

Public Member Functions

Identifiable getType ()
void setType (Identifiable value)

Package Functions

EList< IdentifiablegetPath ()

Detailed Description

Identifiable «instanceRef»

An «instanceRef» of an Identifiable.
Used by member realizedBy in class Realization

A Identifiable «instanceRef» consists of

Author:
dprenzel

Member Function Documentation

EList<Identifiable> de.fraunhofer.isst.eastadl.autosar.IdentifiableInstanceRef.getPath (  )  [package]

Returns the value of the 'Path' reference list. The list contents are of type de.fraunhofer.isst.eastadl.autosar.Identifiable.

path : Identifiable [0..*]

Returns:
the value of the 'Path' reference list.
See also:
de.fraunhofer.isst.eastadl.autosar.AutosarPackage.getIdentifiableInstanceRef_Path()

Implemented in de.fraunhofer.isst.eastadl.autosar.impl.IdentifiableInstanceRefImpl.

Identifiable de.fraunhofer.isst.eastadl.autosar.IdentifiableInstanceRef.getType (  ) 

Returns the value of the 'Type' reference.

type : Identifiable [1]

Returns:
the value of the 'Type' reference.
See also:
setType(Identifiable)
de.fraunhofer.isst.eastadl.autosar.AutosarPackage.getIdentifiableInstanceRef_Type() required="true"

Implemented in de.fraunhofer.isst.eastadl.autosar.impl.IdentifiableInstanceRefImpl.

void de.fraunhofer.isst.eastadl.autosar.IdentifiableInstanceRef.setType ( Identifiable  value  ) 

Sets the value of the 'Type' reference.

type : Identifiable [1]

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

Implemented in de.fraunhofer.isst.eastadl.autosar.impl.IdentifiableInstanceRefImpl.