@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 |
|---|---|
ExpressionIdentifier |
getExpressionIdentifier() |
FactIdentifier |
getFactIdentifier() |
FactMappingValueOperator |
getOperator() |
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()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.