Package com.attivio.util.parser
Class QueryOperators.EllipseCastOperator
- java.lang.Object
-
- com.attivio.util.parser.Operator<T>
-
- com.attivio.util.parser.CastOperator<Ellipse>
-
- com.attivio.util.parser.QueryOperators.EllipseCastOperator
-
- Enclosing class:
- QueryOperators
public static final class QueryOperators.EllipseCastOperator extends CastOperator<Ellipse>
-
-
Constructor Summary
Constructors Constructor Description EllipseCastOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ellipse
parse(QueryParsers parser, StringParser reader)
-
Methods inherited from class com.attivio.util.parser.CastOperator
addAttribute, addParameter, createNull
-
Methods inherited from class com.attivio.util.parser.Operator
parseInt, parseParameter, parseParameter
-
-
-
-
Method Detail
-
parse
public Ellipse parse(QueryParsers parser, StringParser reader)
- Specified by:
parse
in classCastOperator<Ellipse>
-
-