Package de.dlr.proseo.api.odip.odata
Class AttributeLambdaExpressionVisitor.AttributeCondition
java.lang.Object
de.dlr.proseo.api.odip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
- Enclosing class:
AttributeLambdaExpressionVisitor
Structured representation of a selection condition for an attribute.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Get the attribute name.getOp()Get the conditional operator.getValue()Get the attribute value.voidSet the attribute name.voidSet the conditional operator.voidSet the attribute value.toString()Returns a string representation of the attribute condition.
-
Constructor Details
-
AttributeCondition
public AttributeCondition()
-
-
Method Details
-
getName
Get the attribute name.- Returns:
- The attribute name
-
setName
Set the attribute name.- Parameters:
name- The attribute name
-
getOp
Get the conditional operator.- Returns:
- The conditional operator
-
setOp
Set the conditional operator.- Parameters:
op- The conditional operator
-
getValue
Get the attribute value.- Returns:
- The attribute value
-
setValue
Set the attribute value.- Parameters:
value- The attribute value
-
toString
Returns a string representation of the attribute condition.
-