T
- the concrete type of the attribute@Incubating public interface MultipleCandidatesDetails<T>
Modifier and Type | Method and Description |
---|---|
void |
closestMatch(AttributeValue<T> candidate)
Calling this method indicates that the candidate is the closest match.
|
Set<AttributeValue<T>> |
getCandidateValues()
A set of candidate values.
|
AttributeValue<T> |
getConsumerValue()
The value of the attribute on the consumer side.
|
AttributeValue<T> getConsumerValue()
Set<AttributeValue<T>> getCandidateValues()
void closestMatch(AttributeValue<T> candidate)
candidate
- the closest match