public class PropertyPathExpressionOrVariable extends Object
PropertyPathExpression or a Variable| Constructor and Description |
|---|
PropertyPathExpressionOrVariable(PropertyPathExpression propertyPathExpression) |
PropertyPathExpressionOrVariable(Variable variable) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
PropertyPathExpression |
getPropertyPathExpression() |
Variable |
getVariable() |
int |
hashCode() |
boolean |
isVariable() |
public PropertyPathExpressionOrVariable(PropertyPathExpression propertyPathExpression)
public PropertyPathExpressionOrVariable(Variable variable)
public boolean isVariable()
Variable, false if it is a PropertyPathExpressionpublic PropertyPathExpression getPropertyPathExpression()
public Variable getVariable()
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.