Uses of Class
com.ibm.xtools.uml.rt.core.RTInheritableEvent.DATACLASS_KIND

Packages that use RTInheritableEvent.DATACLASS_KIND
com.ibm.xtools.uml.rt.core   
 

Uses of RTInheritableEvent.DATACLASS_KIND in com.ibm.xtools.uml.rt.core
 

Methods in com.ibm.xtools.uml.rt.core that return RTInheritableEvent.DATACLASS_KIND
 RTInheritableEvent.DATACLASS_KIND RTInheritableEvent.getDataClassKind()
          Returns the kind of the given event dataclass
static RTInheritableEvent.DATACLASS_KIND RTInheritableEvent.DATACLASS_KIND.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RTInheritableEvent.DATACLASS_KIND[] RTInheritableEvent.DATACLASS_KIND.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.ibm.xtools.uml.rt.core with parameters of type RTInheritableEvent.DATACLASS_KIND
 void RTInheritableEvent.setDataClass(RTInheritableEvent.DATACLASS_KIND kind, Type dataclass)
          Sets dataclass for given protocol event