Package com.oracle.bmc.mysql.model
Enum CreateDbSystemSourceDetails.SourceType
- java.lang.Object
-
- java.lang.Enum<CreateDbSystemSourceDetails.SourceType>
-
- com.oracle.bmc.mysql.model.CreateDbSystemSourceDetails.SourceType
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<CreateDbSystemSourceDetails.SourceType>
- Enclosing class:
- CreateDbSystemSourceDetails
public static enum CreateDbSystemSourceDetails.SourceType extends Enum<CreateDbSystemSourceDetails.SourceType> implements BmcEnum
The specific source identifier.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDbSystemSourceDetails.SourceType
create(String key)
String
getValue()
static CreateDbSystemSourceDetails.SourceType
valueOf(String name)
Returns the enum constant of this type with the specified name.static CreateDbSystemSourceDetails.SourceType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
None
public static final CreateDbSystemSourceDetails.SourceType None
-
Backup
public static final CreateDbSystemSourceDetails.SourceType Backup
-
Pitr
public static final CreateDbSystemSourceDetails.SourceType Pitr
-
Importurl
public static final CreateDbSystemSourceDetails.SourceType Importurl
-
-
Method Detail
-
values
public static CreateDbSystemSourceDetails.SourceType[] 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 (CreateDbSystemSourceDetails.SourceType c : CreateDbSystemSourceDetails.SourceType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateDbSystemSourceDetails.SourceType 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 CreateDbSystemSourceDetails.SourceType create(String key)
-
-