| Package | Description |
|---|---|
| com.tinkerpop.gremlin.process.graph.step.map | |
| com.tinkerpop.gremlin.structure |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyType |
PropertyMapStep.returnType |
protected PropertyType |
PropertiesStep.returnType |
| Modifier and Type | Method and Description |
|---|---|
PropertyType |
PropertyMapStep.getReturnType() |
PropertyType |
PropertiesStep.getReturnType() |
| Constructor and Description |
|---|
PropertiesStep(Traversal traversal,
PropertyType propertyType,
java.lang.String... propertyKeys) |
PropertyMapStep(Traversal traversal,
boolean includeTokens,
PropertyType propertyType,
java.lang.String... propertyKeys) |
| Modifier and Type | Method and Description |
|---|---|
static PropertyType |
PropertyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyType[] |
PropertyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2013-2015 TinkerPop. All Rights Reserved.