public static enum CreateSqlCollectionDetails.Status extends Enum<CreateSqlCollectionDetails.Status> implements BmcEnum
Specifies if the SqlCollection has to be started after creation. Enabled indicates that the SqlCollection will be started after creation.
Modifier and Type | Method and Description |
---|---|
static CreateSqlCollectionDetails.Status |
create(String key) |
String |
getValue() |
static CreateSqlCollectionDetails.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateSqlCollectionDetails.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateSqlCollectionDetails.Status Enabled
public static final CreateSqlCollectionDetails.Status Disabled
public static CreateSqlCollectionDetails.Status[] values()
for (CreateSqlCollectionDetails.Status c : CreateSqlCollectionDetails.Status.values()) System.out.println(c);
public static CreateSqlCollectionDetails.Status 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 CreateSqlCollectionDetails.Status create(String key)
Copyright © 2016–2024. All rights reserved.