Class Arg<T>
- java.lang.Object
-
- org.apache.zookeeper.graph.filterops.Arg<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Arg(FilterOp.ArgType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterOp.ArgType
getType()
T
getValue()
java.lang.String
toString()
-
-
-
Field Detail
-
value
protected T value
-
-
Constructor Detail
-
Arg
protected Arg(FilterOp.ArgType type)
-
-
Method Detail
-
getType
public FilterOp.ArgType getType()
-
getValue
public T getValue()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-