Public Member Functions | Package Functions

de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePin Interface Reference

List of all members.

Public Member Functions

void setType (IOHardwarePinKind value)

Package Functions

IOHardwarePinKind getType ()

Detailed Description

IOHardwarePin (from HardwareModeling)

Generalizations
HardwarePin (from HardwareModeling)

Description
IOHardwarePin represents an electrical connection point for digital or analog I/O.

Attributes
type : IOHardwarePinKind [1]
kind defines whether the IOHardwarePort is digital, analog or PWM (Pulse Width Modulated).

Associations
No additional associations

Constraints
No additional constraints

Semantics
The IOHardwarePin represents an electrical pin or connection point.

Author:
dprenzel

Member Function Documentation

IOHardwarePinKind de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePin.getType (  )  [package]

Returns the value of the 'Type' attribute. The literals are from the enumeration de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePinKind.

type : IOHardwarePinKind [1]
kind defines whether the IOHardwarePort is digital, analog or PWM (Pulse Width Modulated).

Returns:
the value of the 'Type' attribute.
See also:
de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePinKind
setType(IOHardwarePinKind)
de.fraunhofer.isst.eastadl.hardwaremodeling.HardwaremodelPackage.getIOHardwarePin_Type() required="true"

Implemented in de.fraunhofer.isst.eastadl.hardwaremodeling.impl.IOHardwarePinImpl.

void de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePin.setType ( IOHardwarePinKind  value  ) 

Sets the value of the 'Type' attribute.

type : IOHardwarePinKind [1]
kind defines whether the IOHardwarePort is digital, analog or PWM (Pulse Width Modulated).

Parameters:
value the new value of the 'Type' attribute.
See also:
de.fraunhofer.isst.eastadl.hardwaremodeling.IOHardwarePinKind
getType()