Exemplo n.º 1
0
 /**
  * Build up this role with a type.
  *
  * @param type The type.
  * @return this.
  */
 public EventRole SetType(EventRoleType type)
 {
     KnownType = type;
     return this;
 }
Exemplo n.º 2
0
 /**
  * Build up this role with a type.
  *
  * @param type The type.
  * @return this.
  */
 public EventRole SetType(EventRoleType type)
 {
     KnownType = type;
     return(this);
 }