public static enum EntityShapeFromSQL.EntityType extends Enum<EntityShapeFromSQL.EntityType> implements BmcEnum
The entity type.
Enum Constant and Description |
---|
File |
Sql |
Table |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
View |
Modifier and Type | Method and Description |
---|---|
static EntityShapeFromSQL.EntityType |
create(String key) |
String |
getValue() |
static EntityShapeFromSQL.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityShapeFromSQL.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityShapeFromSQL.EntityType Table
public static final EntityShapeFromSQL.EntityType View
public static final EntityShapeFromSQL.EntityType File
public static final EntityShapeFromSQL.EntityType Sql
public static final EntityShapeFromSQL.EntityType UnknownEnumValue
public static EntityShapeFromSQL.EntityType[] values()
for (EntityShapeFromSQL.EntityType c : EntityShapeFromSQL.EntityType.values()) System.out.println(c);
public static EntityShapeFromSQL.EntityType 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 EntityShapeFromSQL.EntityType create(String key)
Copyright © 2016–2023. All rights reserved.