Class WithArgsKeys.WithOption
- java.lang.Object
-
- hydra.ext.org.apache.tinkerpop.gremlin.WithArgsKeys
-
- hydra.ext.org.apache.tinkerpop.gremlin.WithArgsKeys.WithOption
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<WithArgsKeys>
- Enclosing class:
- WithArgsKeys
public static final class WithArgsKeys.WithOption extends WithArgsKeys implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hydra.ext.org.apache.tinkerpop.gremlin.WithArgsKeys
WithArgsKeys.PartialVisitor<R>, WithArgsKeys.String_, WithArgsKeys.Visitor<R>, WithArgsKeys.WithOption
-
-
Field Summary
Fields Modifier and Type Field Description WithOptionKeysvalue-
Fields inherited from class hydra.ext.org.apache.tinkerpop.gremlin.WithArgsKeys
STRING, TYPE_, WITH_OPTION
-
-
Constructor Summary
Constructors Constructor Description WithOption(WithOptionKeys value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(WithArgsKeys.Visitor<R> visitor)intcompareTo(WithArgsKeys other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final WithOptionKeys value
-
-
Constructor Detail
-
WithOption
public WithOption(WithOptionKeys 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(WithArgsKeys other)
- Specified by:
compareToin interfacejava.lang.Comparable<WithArgsKeys>
-
accept
public <R> R accept(WithArgsKeys.Visitor<R> visitor)
- Specified by:
acceptin classWithArgsKeys
-
-