Package de.dlr.proseo.api.odip.odata
Klasse AttributeLambdaExpressionVisitor.AttributeCondition
java.lang.Object
de.dlr.proseo.api.odip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
- Umschließende Klasse:
AttributeLambdaExpressionVisitor
Structured representation of a selection condition for an attribute.
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetName()
Get the attribute name.getOp()
Get the conditional operator.getValue()
Get the attribute value.void
Set the attribute name.void
Set the conditional operator.void
Set the attribute value.toString()
Returns a string representation of the attribute condition.
-
Konstruktordetails
-
AttributeCondition
public AttributeCondition()
-
-
Methodendetails
-
getName
Get the attribute name.- Gibt zurück:
- The attribute name
-
setName
Set the attribute name.- Parameter:
name
- The attribute name
-
getOp
Get the conditional operator.- Gibt zurück:
- The conditional operator
-
setOp
Set the conditional operator.- Parameter:
op
- The conditional operator
-
getValue
Get the attribute value.- Gibt zurück:
- The attribute value
-
setValue
Set the attribute value.- Parameter:
value
- The attribute value
-
toString
Returns a string representation of the attribute condition.
-