Classes | Public Member Functions | Static Public Member Functions | Package Functions

alma.ACS.impl.CommonRWEnumPropertyImpl Class Reference

Inheritance diagram for alma.ACS.impl.CommonRWEnumPropertyImpl:
alma.ACS.impl.CommonROEnumPropertyImpl alma.ACS.impl.ROCommonPropertyImpl alma.ACS.impl.CommonPropertyImpl alma.ACS.impl.TypelessPropertyImpl alma.ACS.jbaci.CallbackDispatcher alma.ACS.impl.PropertyImpl

List of all members.

Classes

class  RWEnumProxy

Public Member Functions

Completion set_sync (Object value)

Static Public Member Functions

static Object createEnumProperty (Class operationsIF, Class propertyType, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed

Package Functions

 CommonRWEnumPropertyImpl (Class enumClass, String name, CharacteristicComponentImpl parentComponent) throws PropertyInitializationFailed
 CommonRWEnumPropertyImpl (Class enumClass, String name, CharacteristicComponentImpl parentComponent, DataAccess dataAccess) throws PropertyInitializationFailed

Detailed Description

Base RW enum class.

Author:
msekoranja

Constructor & Destructor Documentation

alma.ACS.impl.CommonRWEnumPropertyImpl.CommonRWEnumPropertyImpl ( Class  enumClass,
String  name,
CharacteristicComponentImpl  parentComponent 
) throws PropertyInitializationFailed [package]
Parameters:
name 
parentComponent 
Exceptions:
PropertyInitializationFailed 

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

Referenced by alma.ACS.impl.CommonRWEnumPropertyImpl.createEnumProperty().

alma.ACS.impl.CommonRWEnumPropertyImpl.CommonRWEnumPropertyImpl ( Class  enumClass,
String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed [package]
Parameters:
name 
parentComponent 
dataAccess 
Exceptions:
PropertyInitializationFailed 

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


Member Function Documentation

static Object alma.ACS.impl.CommonRWEnumPropertyImpl.createEnumProperty ( Class  operationsIF,
Class  propertyType,
String  name,
CharacteristicComponentImpl  parentComponent,
DataAccess  dataAccess 
) throws PropertyInitializationFailed [static]

Create RW enum structure. Example: BasicStatesOperations basicStatesEnumImpl = (BasicStatesOperations)CommonRWEnumPropertyImpl.createEnumProperty( BasicStatesOperations.class, BasicStates.class, "state", parentComponent, dataAccess);

Parameters:
operationsIF CORBA <enum type>="">Operations class.
propertyType CORBA enum class.
name name of the property.
parentComponent property component.
dataAccess data access to be used.
Returns:
CORBA <enum type>="">Operations instance.
Exceptions:
PropertyInitializationFailed 

Reimplemented from alma.ACS.impl.CommonROEnumPropertyImpl.

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

Completion alma.ACS.impl.CommonRWEnumPropertyImpl.set_sync ( Object  value  ) 

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