Class CombinedCondition
- java.lang.Object
-
- org.apache.ofbiz.minilang.MiniLangElement
-
- org.apache.ofbiz.minilang.method.conditional.CombinedCondition
-
- All Implemented Interfaces:
Conditional
public abstract class CombinedCondition extends MiniLangElement implements Conditional
Implements the <and>, <or>, <not>, and <xor> elements.- See Also:
- Mini-language Reference
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CombinedCondition.AndConditionFactory
A <and> element factory.static class
CombinedCondition.NotConditionFactory
A <not> element factory.static class
CombinedCondition.OrConditionFactory
A <or> element factory.static class
CombinedCondition.XorConditionFactory
A <xor> element factory.
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<Conditional>
subConditions
-
Fields inherited from class org.apache.ofbiz.minilang.MiniLangElement
simpleMethod
-
-
Constructor Summary
Constructors Constructor Description CombinedCondition(org.w3c.dom.Element element, SimpleMethod simpleMethod)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
prettyPrint(java.lang.StringBuilder messageBuffer, MethodContext methodContext, java.lang.String combineText)
-
Methods inherited from class org.apache.ofbiz.minilang.MiniLangElement
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.ofbiz.minilang.method.conditional.Conditional
checkCondition, prettyPrint
-
-
-
-
Field Detail
-
subConditions
protected final java.util.List<Conditional> subConditions
-
-
Constructor Detail
-
CombinedCondition
public CombinedCondition(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Throws:
MiniLangException
-
-
Method Detail
-
prettyPrint
protected void prettyPrint(java.lang.StringBuilder messageBuffer, MethodContext methodContext, java.lang.String combineText)
-
-