public interface DataQuerySelection
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.
|
java.lang.String |
getValue()
Returns the value of the code that has been selected for the component.
|
java.util.Set<java.lang.String> |
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()
java.lang.String getValue()
java.util.Set<java.lang.String> getValues()
boolean hasMultipleValues()