Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

NotificationTypes::PropertyClass Interface Reference

An interface for PropertyClass objects. More...

import "NotificationTypes.idl";

Inherited by NotificationTypes::Property.

List of all members.

Public Methods

Property create_property (in string name, in CORBA::TypeCode type_code) raises (Reflective::SemanticError)
 Creates a new property. More...


Public Attributes

readonly attribute PropertyUList all_of_kind_property
 All the properties created by this factory. More...

readonly attribute PropertyUList all_of_type_property
 All the properties (including subtypes) created by this factory. More...


Detailed Description

An interface for PropertyClass objects.


Member Function Documentation

Property NotificationTypes::PropertyClass::create_property in string    name,
in CORBA::TypeCode    type_code
raises (Reflective::SemanticError)
 

Creates a new property.

m <code>name</code> - The property name.
m <code>type_code</code> - The property type code.
Returns:
A new property. @raises SemanticError Not raised by this implementation.


Member Data Documentation

readonly attribute PropertyUList NotificationTypes::PropertyClass::all_of_kind_property
 

All the properties created by this factory.

readonly attribute PropertyUList NotificationTypes::PropertyClass::all_of_type_property
 

All the properties (including subtypes) created by this factory.