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