Package com.enonic.xp.query.expr
Class FieldExpr
- java.lang.Object
-
- com.enonic.xp.query.expr.FieldExpr
-
- All Implemented Interfaces:
Expression
@PublicApi public final class FieldExpr extends Object implements Expression
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static FieldExpr
from(IndexPath indexPath)
static FieldExpr
from(String indexPath)
String
getFieldPath()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getFieldPath
public String getFieldPath()
-
-