Class Arg<T>
- java.lang.Object
-
- org.apache.zookeeper.graph.filterops.Arg<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedArg(FilterOp.ArgType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterOp.ArgTypegetType()TgetValue()java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-