Class CombinedCondition
java.lang.Object
org.apache.ofbiz.minilang.MiniLangElement
org.apache.ofbiz.minilang.method.conditional.CombinedCondition
- All Implemented Interfaces:
Conditional
Implements the <and>, <or>, <not>, and <xor> elements.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A <and> element factory.static final class
A <not> element factory.static final class
A <or> element factory.static final class
A <xor> element factory. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets sub conditions.protected void
prettyPrint
(StringBuilder messageBuffer, MethodContext methodContext, String combineText) Pretty print.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
-
Constructor Details
-
CombinedCondition
- Throws:
MiniLangException
-
-
Method Details
-
getSubConditions
Gets sub conditions.- Returns:
- the sub conditions
-
prettyPrint
protected void prettyPrint(StringBuilder messageBuffer, MethodContext methodContext, String combineText) Pretty print.- Parameters:
messageBuffer
- the message buffermethodContext
- the method contextcombineText
- the combine text
-