修飾子とタイプ | クラスと説明 |
---|---|
class |
ValueMap.SourceValue
Represents incoming attribute values and rules used for matching them.
|
コンストラクタと説明 |
---|
ValueMap()
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
public String getReturnValue()
public void setReturnValue(String newReturnValue)
newReturnValue
- the return valuepublic Collection<ValueMap.SourceValue> getSourceValues()
Copyright © 2012. All Rights Reserved.