public enum ERestrictionType extends Enum<ERestrictionType>
Enum Constant and Description |
---|
withCascadedCheckOption |
withCheckOption |
withLocalCheckOption |
withNoRowMovement |
withReadOnly |
Modifier and Type | Method and Description |
---|---|
static ERestrictionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERestrictionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERestrictionType withReadOnly
public static final ERestrictionType withCheckOption
public static final ERestrictionType withLocalCheckOption
public static final ERestrictionType withCascadedCheckOption
public static final ERestrictionType withNoRowMovement
public static ERestrictionType[] values()
for (ERestrictionType c : ERestrictionType.values()) System.out.println(c);
public static ERestrictionType 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 nullCopyright © 2019. All rights reserved.