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