public static class WhereFilter.Literal extends java.lang.Object implements WhereFilter
WhereFilter
annotation.WhereFilter.Literal
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
static WhereFilter.Literal |
of(java.lang.String sQuery)
Create a
WhereFilter.Literal . |
java.lang.String |
value()
The CohQL query expression.
|
public static WhereFilter.Literal of(java.lang.String sQuery)
WhereFilter.Literal
.sQuery
- the CohQL query expressionWhereFilter.Literal
with the specified CohQL querypublic java.lang.String value()
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType
in interface java.lang.annotation.Annotation
public boolean equals(java.lang.Object other)
equals
in interface java.lang.annotation.Annotation
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.lang.annotation.Annotation
hashCode
in class java.lang.Object