public class MvelDRLConstraintValueBuilder extends DRLConstraintValueBuilder
DEFAULT_DIALECT| Constructor and Description |
|---|
MvelDRLConstraintValueBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
buildLHSFieldValue(StringBuilder buf,
int constraintType,
String fieldType,
String fieldValue)
Concatenate a String to the provided buffer suitable for the fieldValue
and fieldType.
|
void |
buildRHSFieldValue(StringBuilder buf,
String fieldType,
String fieldValue)
Concatenate a String to the provided buffer suitable for the fieldType
and fieldValue.
|
protected boolean |
isDelimitedString(String content) |
getBuilderpublic void buildLHSFieldValue(StringBuilder buf, int constraintType, String fieldType, String fieldValue)
buildLHSFieldValue in class DRLConstraintValueBuilderbuf - constraintType - fieldType - fieldValue - public void buildRHSFieldValue(StringBuilder buf, String fieldType, String fieldValue)
buildRHSFieldValue in class DRLConstraintValueBuilderbuf - fieldType - fieldValue - protected boolean isDelimitedString(String content)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.