public static enum HtmlHelper.ObjectType extends Enum<HtmlHelper.ObjectType>
| Enum Constant and Description |
|---|
INDEX_ROOT |
NODE |
PROPERTIES |
RELATIONSHIP |
ROOT |
| Modifier and Type | Method and Description |
|---|---|
static HtmlHelper.ObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HtmlHelper.ObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HtmlHelper.ObjectType NODE
public static final HtmlHelper.ObjectType RELATIONSHIP
public static final HtmlHelper.ObjectType PROPERTIES
public static final HtmlHelper.ObjectType ROOT
public static final HtmlHelper.ObjectType INDEX_ROOT
public static HtmlHelper.ObjectType[] values()
for (HtmlHelper.ObjectType c : HtmlHelper.ObjectType.values()) System.out.println(c);
public static HtmlHelper.ObjectType 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 © 2002–2017 The Neo4j Graph Database Project. All rights reserved.