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