public static enum NodeLink.LinkProperty extends Enum<NodeLink.LinkProperty>
| Enum Constant and Description |
|---|
BIDIRECTIONAL_PROPERTY |
CASCADE |
IS_BIDIRECTIONAL |
IS_RELATED_VIA_JOIN_TABLE |
IS_SHARED_BY_PRIMARY_KEY |
JOIN_TABLE_METADATA |
LINK_NAME |
LINK_VALUE |
PROPERTY |
| Modifier and Type | Method and Description |
|---|---|
static NodeLink.LinkProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeLink.LinkProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeLink.LinkProperty LINK_NAME
public static final NodeLink.LinkProperty LINK_VALUE
public static final NodeLink.LinkProperty IS_SHARED_BY_PRIMARY_KEY
public static final NodeLink.LinkProperty IS_BIDIRECTIONAL
public static final NodeLink.LinkProperty IS_RELATED_VIA_JOIN_TABLE
public static final NodeLink.LinkProperty PROPERTY
public static final NodeLink.LinkProperty BIDIRECTIONAL_PROPERTY
public static final NodeLink.LinkProperty CASCADE
public static final NodeLink.LinkProperty JOIN_TABLE_METADATA
public static NodeLink.LinkProperty[] values()
for (NodeLink.LinkProperty c : NodeLink.LinkProperty.values()) System.out.println(c);
public static NodeLink.LinkProperty 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 © 2015. All Rights Reserved.