public class MvelDRLConstraintValueBuilder extends DRLConstraintValueBuilder
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.
|
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
- Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.