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