public enum ContentMetadataKeyHierarchyStatus extends Enum<ContentMetadataKeyHierarchyStatus>
Java class for ContentMetadataKeyHierarchyStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ContentMetadataKeyHierarchyStatus">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ACTIVE"/>
<enumeration value="DELETED"/>
<enumeration value="UNKNOWN"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACTIVE
The hierarchy is active and user-visable.
|
DELETED
The hierarchy is deleted and not user-visable.
|
UNKNOWN
The value returned if the actual value is not exposed by the requested API version.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentMetadataKeyHierarchyStatus |
fromValue(String v) |
String |
value() |
static ContentMetadataKeyHierarchyStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentMetadataKeyHierarchyStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentMetadataKeyHierarchyStatus ACTIVE
public static final ContentMetadataKeyHierarchyStatus DELETED
public static final ContentMetadataKeyHierarchyStatus UNKNOWN
public static ContentMetadataKeyHierarchyStatus[] values()
for (ContentMetadataKeyHierarchyStatus c : ContentMetadataKeyHierarchyStatus.values()) System.out.println(c);
public static ContentMetadataKeyHierarchyStatus 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 ContentMetadataKeyHierarchyStatus fromValue(String v)
Copyright © 2018. All Rights Reserved.