Modifier and Type | Class and Description |
---|---|
class |
ValueMap.SourceValue
Represents incoming attribute values and rules used for matching them.
|
Modifier and Type | Field and Description |
---|---|
private org.slf4j.Logger |
log
Class logger.
|
private String |
returnValue
Return value.
|
private Collection<ValueMap.SourceValue> |
sourceValues
Source values.
|
Constructor and Description |
---|
ValueMap()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
evaluate(String attributeValue)
Evaluate an incoming attribute value against this value map.
|
String |
getReturnValue()
Gets the return value.
|
Collection<ValueMap.SourceValue> |
getSourceValues()
Gets the collection of source values.
|
void |
setReturnValue(String newReturnValue)
Sets the return value.
|
private final org.slf4j.Logger log
private String returnValue
private Collection<ValueMap.SourceValue> sourceValues
public String getReturnValue()
public void setReturnValue(String newReturnValue)
newReturnValue
- the return valuepublic Collection<ValueMap.SourceValue> getSourceValues()
Copyright © 1999-2012. All Rights Reserved.