Class TraversalSourceSelfMethod.With
- java.lang.Object
-
- hydra.ext.org.apache.tinkerpop.gremlin.TraversalSourceSelfMethod
-
- hydra.ext.org.apache.tinkerpop.gremlin.TraversalSourceSelfMethod.With
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<TraversalSourceSelfMethod>
- Enclosing class:
- TraversalSourceSelfMethod
public static final class TraversalSourceSelfMethod.With extends TraversalSourceSelfMethod implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.apache.tinkerpop.gremlin.TraversalSourceSelfMethod
TraversalSourceSelfMethod.PartialVisitor<R>, TraversalSourceSelfMethod.Visitor<R>, TraversalSourceSelfMethod.With, TraversalSourceSelfMethod.WithBulk, TraversalSourceSelfMethod.WithoutStrategies, TraversalSourceSelfMethod.WithPath, TraversalSourceSelfMethod.WithSack, TraversalSourceSelfMethod.WithSideEffect, TraversalSourceSelfMethod.WithStrategies
-
-
Field Summary
Fields Modifier and Type Field Description StringArgumentAndOptionalGenericLiteralArgumentvalue-
Fields inherited from class hydra.ext.org.apache.tinkerpop.gremlin.TraversalSourceSelfMethod
TYPE_, WITH, WITH_BULK, WITH_PATH, WITH_SACK, WITH_SIDE_EFFECT, WITH_STRATEGIES, WITHOUT_STRATEGIES
-
-
Constructor Summary
Constructors Constructor Description With(StringArgumentAndOptionalGenericLiteralArgument value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(TraversalSourceSelfMethod.Visitor<R> visitor)intcompareTo(TraversalSourceSelfMethod other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final StringArgumentAndOptionalGenericLiteralArgument value
-
-
Constructor Detail
-
With
public With(StringArgumentAndOptionalGenericLiteralArgument value)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(TraversalSourceSelfMethod other)
- Specified by:
compareToin interfacejava.lang.Comparable<TraversalSourceSelfMethod>
-
accept
public <R> R accept(TraversalSourceSelfMethod.Visitor<R> visitor)
- Specified by:
acceptin classTraversalSourceSelfMethod
-
-