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