Enum DataEntityFromSqlEntityDetails.EntityType
- java.lang.Object
-
- java.lang.Enum<DataEntityFromSqlEntityDetails.EntityType>
-
- com.oracle.bmc.dataintegration.model.DataEntityFromSqlEntityDetails.EntityType
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<DataEntityFromSqlEntityDetails.EntityType>
- Enclosing class:
- DataEntityFromSqlEntityDetails
public static enum DataEntityFromSqlEntityDetails.EntityType extends Enum<DataEntityFromSqlEntityDetails.EntityType> implements BmcEnum
The entity type.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataEntityFromSqlEntityDetails.EntityTypecreate(String key)StringgetValue()static DataEntityFromSqlEntityDetails.EntityTypevalueOf(String name)Returns the enum constant of this type with the specified name.static DataEntityFromSqlEntityDetails.EntityType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Table
public static final DataEntityFromSqlEntityDetails.EntityType Table
-
View
public static final DataEntityFromSqlEntityDetails.EntityType View
-
File
public static final DataEntityFromSqlEntityDetails.EntityType File
-
Sql
public static final DataEntityFromSqlEntityDetails.EntityType Sql
-
-
Method Detail
-
values
public static DataEntityFromSqlEntityDetails.EntityType[] 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 (DataEntityFromSqlEntityDetails.EntityType c : DataEntityFromSqlEntityDetails.EntityType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DataEntityFromSqlEntityDetails.EntityType 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 DataEntityFromSqlEntityDetails.EntityType create(String key)
-
-