public static enum DrgAttachment.LifecycleState extends Enum<DrgAttachment.LifecycleState> implements BmcEnum
The DRG attachment’s current state.
Enum Constant and Description |
---|
Attached |
Attaching |
Detached |
Detaching |
Modifier and Type | Method and Description |
---|---|
static DrgAttachment.LifecycleState |
create(String key) |
String |
getValue() |
static DrgAttachment.LifecycleState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgAttachment.LifecycleState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DrgAttachment.LifecycleState Attaching
public static final DrgAttachment.LifecycleState Attached
public static final DrgAttachment.LifecycleState Detaching
public static final DrgAttachment.LifecycleState Detached
public static DrgAttachment.LifecycleState[] values()
for (DrgAttachment.LifecycleState c : DrgAttachment.LifecycleState.values()) System.out.println(c);
public static DrgAttachment.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 DrgAttachment.LifecycleState create(String key)
Copyright © 2016–2024. All rights reserved.