public static enum ServerDavParameters.UserRightsChecking extends java.lang.Enum<ServerDavParameters.UserRightsChecking>
Enum Constant and Description |
---|
Compatibility_Enabled |
Disabled |
NewDataModel |
OldDataModel |
Modifier and Type | Method and Description |
---|---|
static ServerDavParameters.UserRightsChecking |
valueOf(java.lang.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(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