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