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) |
getBuilder
public void buildLHSFieldValue(StringBuilder buf, int constraintType, String fieldType, String fieldValue)
buildLHSFieldValue
in class DRLConstraintValueBuilder
buf
- constraintType
- fieldType
- fieldValue
- public void buildRHSFieldValue(StringBuilder buf, String fieldType, String fieldValue)
buildRHSFieldValue
in class DRLConstraintValueBuilder
buf
- fieldType
- fieldValue
- protected boolean isDelimitedString(String content)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.