public static enum VDCConfig.DimensionListBehavior extends Enum<VDCConfig.DimensionListBehavior>
| Enum Constant and Description |
|---|
BLACKLIST
Blacklist.
|
WHITELIST
Whitelist.
|
| Modifier and Type | Method and Description |
|---|---|
static VDCConfig.DimensionListBehavior |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VDCConfig.DimensionListBehavior[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VDCConfig.DimensionListBehavior BLACKLIST
public static final VDCConfig.DimensionListBehavior WHITELIST
public static VDCConfig.DimensionListBehavior[] values()
for (VDCConfig.DimensionListBehavior c : VDCConfig.DimensionListBehavior.values()) System.out.println(c);
public static VDCConfig.DimensionListBehavior valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null