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