public static enum DataEntityDetails.ModelType extends Enum<DataEntityDetails.ModelType> implements BmcEnum
The data entity type.
Enum Constant and Description |
---|
DataStoreEntity |
FileEntity |
ObjectEntity |
SqlEntity |
TableEntity |
ViewEntity |
Modifier and Type | Method and Description |
---|---|
static DataEntityDetails.ModelType |
create(String key) |
String |
getValue() |
static DataEntityDetails.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataEntityDetails.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataEntityDetails.ModelType ViewEntity
public static final DataEntityDetails.ModelType TableEntity
public static final DataEntityDetails.ModelType FileEntity
public static final DataEntityDetails.ModelType SqlEntity
public static final DataEntityDetails.ModelType ObjectEntity
public static final DataEntityDetails.ModelType DataStoreEntity
public static DataEntityDetails.ModelType[] values()
for (DataEntityDetails.ModelType c : DataEntityDetails.ModelType.values()) System.out.println(c);
public static DataEntityDetails.ModelType 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 DataEntityDetails.ModelType create(String key)
Copyright © 2016–2025. All rights reserved.