Public Member Functions | Protected Attributes

alma.ACS.impl.ROCommonComparablePropertyImpl Class Reference

Inheritance diagram for alma.ACS.impl.ROCommonComparablePropertyImpl:
alma.ACS.impl.CommonComparablePropertyImpl alma.ACS.impl.CommonPropertyImpl alma.ACS.impl.TypelessPropertyImpl alma.ACS.jbaci.CallbackDispatcher alma.ACS.impl.PropertyImpl alma.ACS.impl.ROdoubleImpl alma.ACS.impl.ROdoubleSeqImpl alma.ACS.impl.ROfloatImpl alma.ACS.impl.ROfloatSeqImpl alma.ACS.impl.ROlongImpl alma.ACS.impl.ROlongLongImpl alma.ACS.impl.ROlongSeqImpl alma.ACS.impl.ROOnOffSwitchImpl alma.ACS.impl.ROuLongLongImpl

List of all members.

Public Member Functions

 ROCommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 ROCommonComparablePropertyImpl (Class propertyType, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed
void readCharacteristics () throws PropertyInitializationFailed

Protected Attributes

Object alarmLowOn
Object alarmLowOff
Object alarmHighOn
Object alarmHighOff
int alarmTimerTrig

Detailed Description

Implementation of read-only common comparable property, i.e. type of java.lang.Object.

Author:
Matej Sekoranja
Camilo Menay
Cristian Maureira
Version:
$id$

Constructor & Destructor Documentation

alma.ACS.impl.ROCommonComparablePropertyImpl.ROCommonComparablePropertyImpl ( Class  propertyType,
String  name,
CharacteristicComponentImpl  parentComponent 
) throws PropertyInitializationFailed

Constructor with memory data access.

Parameters:
propertyType property Class type, non-null.
name property name, non-null.
parentComponent parent component, non-null.
Exceptions:
PropertyInitializationFailed exception is thrown on failure

References alma.ACS.impl.PropertyImpl.parentComponent, and alma.ACS.impl.CommonPropertyImpl.propertyType.

alma.ACS.impl.ROCommonComparablePropertyImpl.ROCommonComparablePropertyImpl ( Class  propertyType,
String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed

Constructor.

Parameters:
propertyType property Class type, non-null.
name property name, non-null.
parentComponent parent component, non-null.
dataAccess data access to be use, non-null.
Exceptions:
PropertyInitializationFailed exception is thrown on failure

References alma.ACS.impl.CommonPropertyImpl.dataAccess, alma.ACS.impl.PropertyImpl.name(), alma.ACS.impl.PropertyImpl.parentComponent, and alma.ACS.impl.CommonPropertyImpl.propertyType.


Member Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties