Klasse AttributeLambdaExpressionVisitor.AttributeCondition

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

public static class AttributeLambdaExpressionVisitor.AttributeCondition extends Object
Structured representation of selection conditions for Product attributes
  • Konstruktordetails

    • AttributeCondition

      public AttributeCondition()
  • Methodendetails

    • getName

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

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

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

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

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

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

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