public static enum Annotation.LifecycleState extends Enum<Annotation.LifecycleState> implements BmcEnum
The lifecycle state of an annotation. ACTIVE - The annotation is active to be used for labeling. INACTIVE - The annotation has been marked as inactive and should not be used for labeling. DELETED - Tha annotation been deleted and no longer available for labeling.
Enum Constant and Description |
---|
Active |
Deleted |
Inactive |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static Annotation.LifecycleState |
create(String key) |
String |
getValue() |
static Annotation.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.LifecycleState Active
public static final Annotation.LifecycleState Inactive
public static final Annotation.LifecycleState Deleted
public static final Annotation.LifecycleState UnknownEnumValue
public static Annotation.LifecycleState[] values()
for (Annotation.LifecycleState c : Annotation.LifecycleState.values()) System.out.println(c);
public static Annotation.LifecycleState 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 static Annotation.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.