public static enum NamespaceInfo.Capability extends Enum<NamespaceInfo.Capability>
Enum Constant and Description |
---|
STORAGE_BLOCK_REPORT_BUFFERS |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
long |
getMask() |
static NamespaceInfo.Capability |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceInfo.Capability[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NamespaceInfo.Capability UNKNOWN
public static final NamespaceInfo.Capability STORAGE_BLOCK_REPORT_BUFFERS
public static NamespaceInfo.Capability[] values()
for (NamespaceInfo.Capability c : NamespaceInfo.Capability.values()) System.out.println(c);
public static NamespaceInfo.Capability 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 long getMask()
Copyright © 2017 Apache Software Foundation. All Rights Reserved.