public static enum CustomRestrictionPolicyContext.ElementType extends Enum<CustomRestrictionPolicyContext.ElementType>
Enum Constant and Description |
---|
STORED_PROCEDURE
The
STORED_PROCEDURE element indicates that the element is a
stored procedure |
VIEW
The
VIEW element indicates that the element is a view |
Modifier and Type | Method and Description |
---|---|
static CustomRestrictionPolicyContext.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRestrictionPolicyContext.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomRestrictionPolicyContext.ElementType VIEW
VIEW
element indicates that the element is a viewpublic static final CustomRestrictionPolicyContext.ElementType STORED_PROCEDURE
STORED_PROCEDURE
element indicates that the element is a
stored procedurepublic static CustomRestrictionPolicyContext.ElementType[] values()
for (CustomRestrictionPolicyContext.ElementType c : CustomRestrictionPolicyContext.ElementType.values()) System.out.println(c);
public static CustomRestrictionPolicyContext.ElementType 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 © 2023 Denodo Technologies. All rights reserved.