EventType
objects.
More...
import "NotificationTypes.idl";
Inherits NotificationTypes::EventTypeClass.
Public Methods | |
string | domain () raises (Reflective::StructuralError, Reflective::SemanticError) |
Return the name for this event type. More... | |
void | set_domain (in string new_value) raises (Reflective::SemanticError) |
Set the domain name for this event type. More... | |
string | name () raises (Reflective::StructuralError, Reflective::SemanticError) |
Return the name for this event type. More... | |
void | set_name (in string new_value) raises (Reflective::SemanticError) |
Set the name for this event type. More... | |
string | get_full_name () raises (Reflective::SemanticError) |
Return the full name for this event type. More... |
EventType
objects.
|
Return the name for this event type.
|
|
Return the full name for this event type. This implementation of the event type repository uses dot notation.
|
|
Return the name for this event type.
|
|
Set the domain name for this event type.
|
|
Set the name for this event type.
|