public static enum GraphDefinition.PropertyTypeEnum extends Enum<GraphDefinition.PropertyTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static GraphDefinition.PropertyTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphDefinition.PropertyTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphDefinition.PropertyTypeEnum indexed
public static final GraphDefinition.PropertyTypeEnum stored
public static final GraphDefinition.PropertyTypeEnum boost
public static GraphDefinition.PropertyTypeEnum[] values()
for (GraphDefinition.PropertyTypeEnum c : GraphDefinition.PropertyTypeEnum.values()) System.out.println(c);
public static GraphDefinition.PropertyTypeEnum 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 © 2016 QWAZR / Emmanuel Keller. All rights reserved.