public interface ComplexDataQuerySelectionGroup
extends java.io.Serializable
DataQuerySelection FREQ=A,B DataQuerySelection COUNTRY=UKEquate to:
(FREQ = A OR B) AND (COUNTRY = UK)
Modifier and Type | Method and Description |
---|---|
SdmxDate |
getDateFrom()
Returns the "date from" in this selection group.
|
ORDERED_OPERATOR |
getDateFromOperator()
Returns the operator for the dateFrom
The operator cannot take the 'NOT_EQUAL' value
|
SdmxDate |
getDateTo()
Returns the "date to" in this selection group.
|
ORDERED_OPERATOR |
getDateToOperator()
Returns the operator for the dateTo
The operator cannot take the 'NOT_EQUAL' value
|
java.util.Set<ComplexComponentValue> |
getPrimaryMeasureValue()
Returns the component value (s) for a primary measure value.
|
java.util.Set<ComplexDataQuerySelection> |
getSelections()
Returns the set of selections for this group.
|
ComplexDataQuerySelection |
getSelectionsForConcept(java.lang.String componentId)
Returns the selection(s) for the given component id (dimension or attribute) or returns null if no selection exists for the component id.
|
boolean |
hasSelectionForConcept(java.lang.String componentId)
Returns true if selections exist for this dimension Id.
|
ComplexDataQuerySelection getSelectionsForConcept(java.lang.String componentId)
coneptId
- boolean hasSelectionForConcept(java.lang.String componentId)
conceptId
- java.util.Set<ComplexDataQuerySelection> getSelections()
SdmxDate getDateFrom()
ORDERED_OPERATOR getDateFromOperator()
SdmxDate getDateTo()
ORDERED_OPERATOR getDateToOperator()
java.util.Set<ComplexComponentValue> getPrimaryMeasureValue()