Package org.proforma
Class NullifyCondition
java.lang.Object
org.proforma.NullifyBase
org.proforma.NullifyCondition
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.
-
Field Summary
FieldsFields inherited from class org.proforma.NullifyBase
description, internalDescription, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der compareOp-Eigenschaft ab.Gets the value of the operands property.void
setCompareOp
(String value) Legt den Wert der compareOp-Eigenschaft fest.Methods inherited from class org.proforma.NullifyBase
getDescription, getInternalDescription, getTitle, setDescription, setInternalDescription, setTitle
-
Field Details
-
operands
-
compareOp
-
-
Constructor Details
-
NullifyCondition
public NullifyCondition()
-
-
Method Details
-
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
Ruft den Wert der compareOp-Eigenschaft ab.- Returns:
- possible object is
String
-
setCompareOp
Legt den Wert der compareOp-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
getOperatorSymbol
-
getFlippedOperatorSymbol
-
getNegatedOperatorSymbol
-
collectReferences
- Specified by:
collectReferences
in classNullifyBase
-