org.openorb.notify.persistence
public final class EventData extends Object implements IDLEntity
| Constructor Summary | |
|---|---|
| EventData()
Default constructor | |
| Method Summary | |
|---|---|
| void | any_event(Any value)
Set any_event value |
| Any | any_event()
Get any_event value |
| short | discriminator()
Get discriminator value |
| void | structured_event(StructuredEvent value)
Set structured_event value |
| StructuredEvent | structured_event()
Get structured_event value |
| void | typed_event(Property[] value)
Set typed_event value |
| Property[] | typed_event()
Get typed_event value |
| void | __default()
default access |
| void | __default(short _discriminator)
default access |