public class Role extends EnumParameterValue
Modifier and Type | Field and Description |
---|---|
static Role |
CHAIR |
static Role |
NON_PARTICIPANT |
static Role |
OPT_PARTICIPANT |
static Role |
REQ_PARTICIPANT |
value
Modifier and Type | Method and Description |
---|---|
static Collection<Role> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Role |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Role |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final Role REQ_PARTICIPANT
public static final Role OPT_PARTICIPANT
public static final Role NON_PARTICIPANT
public static Role find(String value)
value
- the parameter valuepublic static Role get(String value)
==
equality.value
- the parameter valuepublic static Collection<Role> all()
Copyright © 2013-2014 Michael Angstadt. All Rights Reserved.