com.liferay.portal.odata.filter.expression.LiteralExpression
@Deprecated public interface LiteralExpression extends Expression
Modifier and Type | Interface and Description |
---|---|
static class |
LiteralExpression.Type
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getText()
Deprecated.
Returns the literal expression's text value.
|
LiteralExpression.Type |
getType()
Deprecated.
Returns the literal expression's type.
|
accept
java.lang.String getText()
LiteralExpression.Type getType()