Package org.proforma
Class NullifyConditions
java.lang.Object
org.proforma.NullifyBase
org.proforma.NullifyConditions
Specifies a composite condition when the sub result of a pointed-at node should get nullified.
The composite condition is attributed with one of the boolean operators { and, or }.
Further it contains operands that usually are of the nullify-condition type, which represents
a simple comparison. Nevertheless a composite condition can have nested composite conditions
as operands as well.
-
Field Summary
FieldsFields inherited from class org.proforma.NullifyBase
description, internalDescription, title
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the children property.Ruft den Wert der composeOp-Eigenschaft ab.void
setComposeOp
(String value) Legt den Wert der composeOp-Eigenschaft fest.Methods inherited from class org.proforma.NullifyBase
getDescription, getInternalDescription, getTitle, setDescription, setInternalDescription, setTitle
-
Field Details
-
children
-
composeOp
-
-
Constructor Details
-
NullifyConditions
public NullifyConditions()
-
-
Method Details
-
getChildren
Gets the value of the children 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:
getChildren().add(newItem);
Objects of the following type(s) are allowed in the list
NullifyConditions
NullifyCondition
-
getComposeOp
Ruft den Wert der composeOp-Eigenschaft ab.- Returns:
- possible object is
String
-
setComposeOp
Legt den Wert der composeOp-Eigenschaft fest.- Parameters:
value
- allowed object isString
-
collectReferences
- Specified by:
collectReferences
in classNullifyBase
-