public interface KeyValues extends SdmxStructureBean
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getCascadeValues()
Returns a list of all the values which are cascade values
|
java.lang.String |
getId()
Returns the identifier of the component that the values are for
|
TimeRangeBean |
getTimeRange()
Returns the time range that is being constrained, this is mutually exclusive with the getValues()
|
java.util.List<java.lang.String> |
getValues()
Returns a copy of the list of the allowed / disallowed values in the constraint.
|
boolean |
isCascadeValue(java.lang.String value)
Where the values are coded, and the codes have child codes, if a value if to be cascaded, then include all the child
codes in the constraint for inclusion / exclusion
|
getIdentifiableComposites, getIdentifiableParent, getMaintainableParent, getParent
deepEquals, getComposites, getComposites, getCrossReferences, getParent, getStructureType
java.lang.String getId()
java.util.List<java.lang.String> getValues()
java.util.List<java.lang.String> getCascadeValues()
boolean isCascadeValue(java.lang.String value)
value
- - the code id to check if it is to be cascaded (must exist in the getValues() list)TimeRangeBean getTimeRange()