Klasse AttributeLambdaExpressionVisitor.AttributeCondition

java.lang.Object
de.dlr.proseo.api.odip.odata.AttributeLambdaExpressionVisitor.AttributeCondition
Umschließende Klasse:
AttributeLambdaExpressionVisitor

public static class AttributeLambdaExpressionVisitor.AttributeCondition extends Object
Structured representation of a selection condition for an attribute.
  • Konstruktordetails

    • AttributeCondition

      public AttributeCondition()
  • Methodendetails

    • getName

      public String getName()
      Get the attribute name.
      Gibt zurück:
      The attribute name
    • setName

      public void setName(String name)
      Set the attribute name.
      Parameter:
      name - The attribute name
    • getOp

      public String getOp()
      Get the conditional operator.
      Gibt zurück:
      The conditional operator
    • setOp

      public void setOp(String op)
      Set the conditional operator.
      Parameter:
      op - The conditional operator
    • getValue

      public String getValue()
      Get the attribute value.
      Gibt zurück:
      The attribute value
    • setValue

      public void setValue(String value)
      Set the attribute value.
      Parameter:
      value - The attribute value
    • toString

      public String toString()
      Returns a string representation of the attribute condition.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      The string representation