public abstract class DRLConstraintValueBuilder extends Object
Constructor and Description |
---|
DRLConstraintValueBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract void |
buildLHSFieldValue(StringBuilder buf,
int constraintType,
String fieldType,
String fieldValue)
Concatenate a String to the provided buffer suitable for the fieldValue
and fieldType.
|
abstract void |
buildRHSFieldValue(StringBuilder buf,
String fieldType,
String fieldValue)
Concatenate a String to the provided buffer suitable for the fieldType
and fieldValue.
|
static DRLConstraintValueBuilder |
getBuilder(String dialect) |
public static DRLConstraintValueBuilder getBuilder(String dialect)
public abstract void buildLHSFieldValue(StringBuilder buf, int constraintType, String fieldType, String fieldValue)
buf
- constraintType
- fieldType
- fieldValue
- public abstract void buildRHSFieldValue(StringBuilder buf, String fieldType, String fieldValue)
buf
- fieldType
- fieldValue
- Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.