public interface ComplexDataQuerySelection
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComponentId()
Returns the component Id that the code selection(s) are for.
|
ComplexComponentValue |
getValue()
Returns the component value of the code that has been selected for the component.
|
java.util.Set<ComplexComponentValue> |
getValues()
Returns all the code values that have been selected for this component
|
boolean |
hasMultipleValues()
Returns true if more then one value exists for this component
|
java.lang.String getComponentId()
ComplexComponentValue getValue()
java.util.Set<ComplexComponentValue> getValues()
boolean hasMultipleValues()