@Portable public class FactMappingValue extends Object
| Constructor and Description |
|---|
FactMappingValue() |
FactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object rawValue) |
FactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object rawValue,
FactMappingValueOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
static Object |
cleanValue(Object rawValue) |
static FactMappingValueOperator |
extractOperator(Object rawValue) |
Object |
getCleanValue() |
ExpressionIdentifier |
getExpressionIdentifier() |
FactIdentifier |
getFactIdentifier() |
FactMappingValueOperator |
getOperator() |
static String |
getPlaceHolder() |
static String |
getPlaceHolder(int index) |
static String |
getPlaceHolder(int rowIndex,
int colIndex) |
Object |
getRawValue() |
void |
setRawValue(Object rawValue) |
public FactMappingValue()
public FactMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier, Object rawValue)
public FactMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier, Object rawValue, FactMappingValueOperator operator)
public void setRawValue(Object rawValue)
public FactIdentifier getFactIdentifier()
public ExpressionIdentifier getExpressionIdentifier()
public Object getRawValue()
public FactMappingValueOperator getOperator()
public Object getCleanValue()
public static FactMappingValueOperator extractOperator(Object rawValue)
public static String getPlaceHolder()
public static String getPlaceHolder(int index)
public static String getPlaceHolder(int rowIndex, int colIndex)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.