|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RTInheritableEvent
Represents UMLRT Inheritable Event
| Nested Class Summary | |
|---|---|
static class |
RTInheritableEvent.DATACLASS_KIND
|
| Method Summary | |
|---|---|
Type |
getDataClass()
If the getDataClassKind call returns CONCRETE_DATACLASS this method
will returns type representing the dataclass of the protocol event. |
RTInheritableEvent.DATACLASS_KIND |
getDataClassKind()
Returns the kind of the given event dataclass |
java.lang.String |
getName(boolean getQualified)
Gets the name of this protocol event for display in the UI. |
boolean |
isInEvent()
|
boolean |
isOutEvent()
|
void |
setDataClass(RTInheritableEvent.DATACLASS_KIND kind,
Type dataclass)
Sets dataclass for given protocol event |
void |
setName(java.lang.String name)
Sets the name of this protocol event. |
| Methods inherited from interface com.ibm.xtools.uml.rt.core.Excludable |
|---|
canExclude, exclude, isExcluded, unexclude |
| Method Detail |
|---|
RTInheritableEvent.DATACLASS_KIND getDataClassKind()
Type getDataClass()
getDataClassKind call returns CONCRETE_DATACLASS this method
will returns type representing the dataclass of the protocol event.
Returns null if the dataclass is not set to concrete type.
void setDataClass(RTInheritableEvent.DATACLASS_KIND kind,
Type dataclass)
throws ExecutionException
kind - of the dataclass to setdataclass - type representing the dataclass if kind is CONCRETE_DATACLASS.
Ignored otherwise.
ExecutionExceptionjava.lang.String getName(boolean getQualified)
getQualified - whether or not to return the qualified name of the event
void setName(java.lang.String name)
boolean isInEvent()
boolean isOutEvent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||