| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.process.traversal.step.map | |
| org.apache.tinkerpop.gremlin.structure | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PropertyType | PropertiesStep. returnType | 
| protected PropertyType | PropertyMapStep. returnType | 
| Modifier and Type | Method and Description | 
|---|---|
| PropertyType | PropertiesStep. getReturnType() | 
| PropertyType | PropertyMapStep. getReturnType() | 
| Constructor and Description | 
|---|
| PropertiesStep(Traversal.Admin traversal,
              PropertyType propertyType,
              String... propertyKeys) | 
| PropertyMapStep(Traversal.Admin traversal,
               boolean includeTokens,
               PropertyType propertyType,
               String... propertyKeys) | 
| Modifier and Type | Method and Description | 
|---|---|
| static PropertyType | PropertyType. valueOf(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 Apache Software Foundation. All rights reserved.