Package de.dlr.proseo.api.prip.odata
Klasse AttributeLambdaExpressionVisitor.AttributeCondition
java.lang.Object
de.dlr.proseo.api.prip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
- Umschließende Klasse:
AttributeLambdaExpressionVisitor
Structured representation of selection conditions for Product attributes
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()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.
-
Konstruktordetails
-
AttributeCondition
public AttributeCondition()
-
-
Methodendetails
-
getName
Returns the attribute name.- Gibt zurück:
- The attribute name.
-
setName
Sets the attribute name.- Parameter:
name- The attribute name to set.
-
getOp
Returns the conditional operator.- Gibt zurück:
- The conditional operator.
-
setOp
Sets the conditional operator.- Parameter:
op- The conditional operator to set.
-
getValue
Returns the attribute value.- Gibt zurück:
- The attribute value.
-
setValue
Sets the attribute value.- Parameter:
value- The attribute value to set.
-
toString
Returns a string representation of the AttributeCondition object.
-