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