public enum AssetType extends Enum<AssetType>
| Enum Constant and Description |
|---|
DEPLOYED_DATABASE_SCHEMA |
RELATIONAL_COLUMN |
RELATIONAL_DB_SCHEMA_TYPE |
RELATIONAL_TABLE |
RELATIONAL_TABLE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
getElementesContained() |
int |
getIndexForRelationships() |
String |
getType() |
static AssetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssetType RELATIONAL_COLUMN
public static final AssetType RELATIONAL_TABLE_TYPE
public static final AssetType RELATIONAL_TABLE
public static final AssetType RELATIONAL_DB_SCHEMA_TYPE
public static final AssetType DEPLOYED_DATABASE_SCHEMA
public static AssetType[] values()
for (AssetType c : AssetType.values()) System.out.println(c);
public static AssetType 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 int getElementesContained()
public String getType()
public int getIndexForRelationships()
Copyright © 2018–2019 ODPi. All rights reserved.