public enum ServerControlAttribute extends java.lang.Enum<ServerControlAttribute> implements Attribute<ServerControl,ServerControl.Builder>
| Enum Constant and Description |
|---|
CAN_BLOCK_RELOAD |
CAN_SKIP_DATERANGES |
CAN_SKIP_UNTIL |
HOLD_BACK |
PART_HOLD_BACK |
| Modifier and Type | Method and Description |
|---|---|
static ServerControlAttribute |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerControlAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerControlAttribute CAN_SKIP_UNTIL
public static final ServerControlAttribute CAN_SKIP_DATERANGES
public static final ServerControlAttribute HOLD_BACK
public static final ServerControlAttribute PART_HOLD_BACK
public static final ServerControlAttribute CAN_BLOCK_RELOAD
public static ServerControlAttribute[] values()
for (ServerControlAttribute c : ServerControlAttribute.values()) System.out.println(c);
public static ServerControlAttribute 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