Uses of Class
org.apache.tinkerpop.gremlin.structure.PropertyType
-
Packages that use PropertyType Package Description org.apache.tinkerpop.gremlin.process.traversal.step.map org.apache.tinkerpop.gremlin.structure -
-
Uses of PropertyType in org.apache.tinkerpop.gremlin.process.traversal.step.map
Fields in org.apache.tinkerpop.gremlin.process.traversal.step.map declared as PropertyType Modifier and Type Field Description protected PropertyTypePropertiesStep. returnTypeprotected PropertyTypePropertyMapStep. returnTypeMethods in org.apache.tinkerpop.gremlin.process.traversal.step.map that return PropertyType Modifier and Type Method Description PropertyTypePropertiesStep. getReturnType()PropertyTypePropertyMapStep. getReturnType()Constructors in org.apache.tinkerpop.gremlin.process.traversal.step.map with parameters of type PropertyType Constructor Description PropertiesStep(Traversal.Admin traversal, PropertyType propertyType, String... propertyKeys)PropertyMapStep(Traversal.Admin traversal, int options, PropertyType propertyType, String... propertyKeys)PropertyMapStep(Traversal.Admin traversal, PropertyType propertyType, String... propertyKeys)PropertyMapStep(Traversal.Admin traversal, PropertyType propertyType, TraversalRing<K,E> traversalRing, String... propertyKeys) -
Uses of PropertyType in org.apache.tinkerpop.gremlin.structure
Methods in org.apache.tinkerpop.gremlin.structure that return PropertyType Modifier and Type Method Description static PropertyTypePropertyType. 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.
-