@Portable public class FactMappingValue extends Object
Constructor and Description |
---|
FactMappingValue() |
FactMappingValue(FactIdentifier factIdentifier,
ExpressionIdentifier expressionIdentifier,
Object rawValue) |
Modifier and Type | Method and Description |
---|---|
ExpressionIdentifier |
getExpressionIdentifier() |
FactIdentifier |
getFactIdentifier() |
Object |
getRawValue() |
boolean |
isError() |
void |
setError(boolean error) |
void |
setRawValue(Object rawValue) |
public FactMappingValue()
public FactMappingValue(FactIdentifier factIdentifier, ExpressionIdentifier expressionIdentifier, Object rawValue)
public void setRawValue(Object rawValue)
public FactIdentifier getFactIdentifier()
public ExpressionIdentifier getExpressionIdentifier()
public Object getRawValue()
public boolean isError()
public void setError(boolean error)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.