Package org.proforma

Class NullifyCondition


  • public class NullifyCondition
    extends NullifyBase
    Specifies a simple comparison condition when the sub result of a pointed-at node should get nullified. This simple comparison condition is attributed with one of the six common comparison operators. Further it contains operands that refer to tests or combine nodes or that specify a numerical constant, which a result should be compared to.
    • Constructor Detail

      • NullifyCondition

        public NullifyCondition()
    • Method Detail

      • getOperands

        public List<NullifyComparisonOperand> getOperands()
        Gets the value of the operands property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the children property.

        For example, to add a new item, do as follows:

            getOperands().add(newItem);
         

        Objects of the following type(s) are allowed in the list NullifyCombineRef NullifyTestRef NullifyLiteral

      • getCompareOp

        public String getCompareOp()
        Ruft den Wert der compareOp-Eigenschaft ab.
        Returns:
        possible object is String
      • setCompareOp

        public void setCompareOp​(String value)
        Legt den Wert der compareOp-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • getOperatorSymbol

        public String getOperatorSymbol()
      • getFlippedOperatorSymbol

        public String getFlippedOperatorSymbol()
      • getNegatedOperatorSymbol

        public String getNegatedOperatorSymbol()