public enum ExtensionLevel extends Enum<ExtensionLevel>
Enum Constant and Description |
---|
ACL |
ALLOWABLE_ACTIONS |
CHANGE_EVENT |
OBJECT |
POLICIES |
PROPERTIES |
Modifier and Type | Method and Description |
---|---|
static ExtensionLevel |
fromValue(String v) |
String |
value() |
static ExtensionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtensionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExtensionLevel OBJECT
public static final ExtensionLevel PROPERTIES
public static final ExtensionLevel ALLOWABLE_ACTIONS
public static final ExtensionLevel ACL
public static final ExtensionLevel POLICIES
public static final ExtensionLevel CHANGE_EVENT
public static ExtensionLevel[] values()
for (ExtensionLevel c : ExtensionLevel.values()) System.out.println(c);
public static ExtensionLevel 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 nullpublic String value()
public static ExtensionLevel fromValue(String v)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.