public static enum UpdateWaitCriteriaDetails.WaitType extends Enum<UpdateWaitCriteriaDetails.WaitType> implements BmcEnum
Wait criteria type.
Enum Constant and Description |
---|
AbsoluteWait |
Modifier and Type | Method and Description |
---|---|
static UpdateWaitCriteriaDetails.WaitType |
create(String key) |
String |
getValue() |
static UpdateWaitCriteriaDetails.WaitType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateWaitCriteriaDetails.WaitType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateWaitCriteriaDetails.WaitType AbsoluteWait
public static UpdateWaitCriteriaDetails.WaitType[] values()
for (UpdateWaitCriteriaDetails.WaitType c : UpdateWaitCriteriaDetails.WaitType.values()) System.out.println(c);
public static UpdateWaitCriteriaDetails.WaitType 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 UpdateWaitCriteriaDetails.WaitType create(String key)
Copyright © 2016–2024. All rights reserved.