public static enum CreateEntityShapeFromSQL.EntityType extends Enum<CreateEntityShapeFromSQL.EntityType> implements BmcEnum
The entity type.
Modifier and Type | Method and Description |
---|---|
static CreateEntityShapeFromSQL.EntityType |
create(String key) |
String |
getValue() |
static CreateEntityShapeFromSQL.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateEntityShapeFromSQL.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateEntityShapeFromSQL.EntityType Table
public static final CreateEntityShapeFromSQL.EntityType View
public static final CreateEntityShapeFromSQL.EntityType File
public static final CreateEntityShapeFromSQL.EntityType Sql
public static CreateEntityShapeFromSQL.EntityType[] values()
for (CreateEntityShapeFromSQL.EntityType c : CreateEntityShapeFromSQL.EntityType.values()) System.out.println(c);
public static CreateEntityShapeFromSQL.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 CreateEntityShapeFromSQL.EntityType create(String key)
Copyright © 2016–2024. All rights reserved.