public class Role extends Parameter
| Modifier and Type | Field and Description |
|---|---|
static Role |
CHAIR |
static Role |
NON_PARTICIPANT |
static Role |
OPT_PARTICIPANT |
static Role |
REQ_PARTICIPANT |
| Constructor and Description |
|---|
Role(java.lang.String aValue) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue() |
public static final Role CHAIR
public static final Role REQ_PARTICIPANT
public static final Role OPT_PARTICIPANT
public static final Role NON_PARTICIPANT