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

NotificationTypes::EventTypeClass Interface Reference

An interface for EventTypeClass objects. More...

import "NotificationTypes.idl";

Inherited by NotificationTypes::EventType.

List of all members.

Public Methods

EventType create_event_type (in string domain, in string name) raises (Reflective::SemanticError)
 Create a new event type object. More...


Public Attributes

readonly attribute EventTypeUList all_of_kind_event_type
 All the event types created by this factory. More...

readonly attribute EventTypeUList all_of_type_event_type
 All the event types (including subtypes) created by this factory. More...


Detailed Description

An interface for EventTypeClass objects.


Member Function Documentation

EventType NotificationTypes::EventTypeClass::create_event_type in string    domain,
in string    name
raises (Reflective::SemanticError)
 

Create a new event type object.

m <code>domain</code> - The event type domain.
m <code>name</code> - The event type name.
@raises SemanticError If the event name has length zero.


Member Data Documentation

readonly attribute EventTypeUList NotificationTypes::EventTypeClass::all_of_kind_event_type
 

All the event types created by this factory.

readonly attribute EventTypeUList NotificationTypes::EventTypeClass::all_of_type_event_type
 

All the event types (including subtypes) created by this factory.