|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.cql.Operation
public class Operation
Nested Class Summary | |
---|---|
static class |
Operation.OperationType
|
Field Summary | |
---|---|
Term |
a
|
Term |
b
|
Operation.OperationType |
type
|
Constructor Summary | |
---|---|
Operation(Term a)
|
|
Operation(Term a,
Operation.OperationType type,
Term b)
|
Method Summary | |
---|---|
boolean |
isUnary()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final Operation.OperationType type
public final Term a
public final Term b
Constructor Detail |
---|
public Operation(Term a)
public Operation(Term a, Operation.OperationType type, Term b)
Method Detail |
---|
public boolean isUnary()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |