protected static enum BayesianAgentForAuction.ROLE extends java.lang.Enum<BayesianAgentForAuction.ROLE>
Enum Constant and Description |
---|
CENTER |
IRRELEVANT |
PROVIDER |
Modifier and Type | Method and Description |
---|---|
static BayesianAgentForAuction.ROLE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BayesianAgentForAuction.ROLE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BayesianAgentForAuction.ROLE CENTER
public static final BayesianAgentForAuction.ROLE PROVIDER
public static final BayesianAgentForAuction.ROLE IRRELEVANT
public static BayesianAgentForAuction.ROLE[] values()
for (BayesianAgentForAuction.ROLE c : BayesianAgentForAuction.ROLE.values()) System.out.println(c);
public static BayesianAgentForAuction.ROLE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null