public enum EdgeLabels extends Enum<EdgeLabels>
| Enum Constant and Description |
|---|
ATTRIBUTE_FOR_SCHEMA |
DATABASE |
DEPLOYED_DB_SCHEMA_TYPE |
GLOSSARY_TERM |
SCHEMA_ATTRIBUTE_TYPE |
SEMANTIC_ASSIGNMENT |
| Modifier and Type | Method and Description |
|---|---|
static EdgeLabels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeLabels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeLabels SCHEMA_ATTRIBUTE_TYPE
public static final EdgeLabels ATTRIBUTE_FOR_SCHEMA
public static final EdgeLabels GLOSSARY_TERM
public static final EdgeLabels SEMANTIC_ASSIGNMENT
public static final EdgeLabels DEPLOYED_DB_SCHEMA_TYPE
public static final EdgeLabels DATABASE
public static EdgeLabels[] values()
for (EdgeLabels c : EdgeLabels.values()) System.out.println(c);
public static EdgeLabels 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.