public static enum ServerDavParameters.UserRightsChecking extends Enum<ServerDavParameters.UserRightsChecking>
| Enum Constant and Description |
|---|
Compatibility_Enabled |
Disabled |
NewDataModel |
OldDataModel |
| Modifier and Type | Method and Description |
|---|---|
static ServerDavParameters.UserRightsChecking |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerDavParameters.UserRightsChecking[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerDavParameters.UserRightsChecking Disabled
public static final ServerDavParameters.UserRightsChecking Compatibility_Enabled
public static final ServerDavParameters.UserRightsChecking OldDataModel
public static final ServerDavParameters.UserRightsChecking NewDataModel
public static ServerDavParameters.UserRightsChecking[] values()
for (ServerDavParameters.UserRightsChecking c : ServerDavParameters.UserRightsChecking.values()) System.out.println(c);
public static ServerDavParameters.UserRightsChecking 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