public static enum RootComponentConfiguration.AWAMECHANISM extends java.lang.Enum<RootComponentConfiguration.AWAMECHANISM>
Enum Constant and Description |
---|
broadcast |
local |
message |
multicast |
relay |
Modifier and Type | Method and Description |
---|---|
static RootComponentConfiguration.AWAMECHANISM |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RootComponentConfiguration.AWAMECHANISM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootComponentConfiguration.AWAMECHANISM broadcast
public static final RootComponentConfiguration.AWAMECHANISM multicast
public static final RootComponentConfiguration.AWAMECHANISM message
public static final RootComponentConfiguration.AWAMECHANISM relay
public static final RootComponentConfiguration.AWAMECHANISM local
public static RootComponentConfiguration.AWAMECHANISM[] values()
for (RootComponentConfiguration.AWAMECHANISM c : RootComponentConfiguration.AWAMECHANISM.values()) System.out.println(c);
public static RootComponentConfiguration.AWAMECHANISM 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