Package com.oracle.bmc.datasafe.model
Enum CreateSqlCollectionDetails.Status
- java.lang.Object
-
- java.lang.Enum<CreateSqlCollectionDetails.Status>
-
- com.oracle.bmc.datasafe.model.CreateSqlCollectionDetails.Status
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<CreateSqlCollectionDetails.Status>
- Enclosing class:
- CreateSqlCollectionDetails
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.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Enabled
public static final CreateSqlCollectionDetails.Status Enabled
-
Disabled
public static final CreateSqlCollectionDetails.Status Disabled
-
-
Method Detail
-
values
public static CreateSqlCollectionDetails.Status[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CreateSqlCollectionDetails.Status c : CreateSqlCollectionDetails.Status.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateSqlCollectionDetails.Status valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static CreateSqlCollectionDetails.Status create(String key)
-
-