Package de.dlr.proseo.api.prip.odata
Class AttributeLambdaExpressionVisitor.AttributeCondition
java.lang.Object
de.dlr.proseo.api.prip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
- Enclosing class:
AttributeLambdaExpressionVisitor
Structured representation of selection conditions for Product attributes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the attribute name.getOp()Returns the conditional operator.getValue()Returns the attribute value.voidSets the attribute name.voidSets the conditional operator.voidSets the attribute value.toString()Returns a string representation of the AttributeCondition object.
-
Constructor Details
-
AttributeCondition
public AttributeCondition()
-
-
Method Details
-
getName
Returns the attribute name.- Returns:
- The attribute name.
-
setName
Sets the attribute name.- Parameters:
name- The attribute name to set.
-
getOp
Returns the conditional operator.- Returns:
- The conditional operator.
-
setOp
Sets the conditional operator.- Parameters:
op- The conditional operator to set.
-
getValue
Returns the attribute value.- Returns:
- The attribute value.
-
setValue
Sets the attribute value.- Parameters:
value- The attribute value to set.
-
toString
Returns a string representation of the AttributeCondition object.
-