Home | History | Annotate | Download | only in packet

Lines Matching defs:role

117         private String role;
182 * have no defined role). A role lasts only for the duration of an occupant's visit to
188 return role;
233 * have no defined role). A role lasts only for the duration of an occupant's visit to
236 * @param role the new privilege level of an occupant within a room.
238 public void setRole(String role) {
239 this.role = role;
255 buf.append(" role=\"").append(getRole()).append("\"");