You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each provider have different capabilities and the current method SdmxConnection#isDetailSupported() is too limited to describe it. Another solution would be to use an enum instead.
For example:
enumSdmxWebFeature {
KEY_FILTER,
DETAIL_FILTER
}
The text was updated successfully, but these errors were encountered:
Each provider have different capabilities and the current method
SdmxConnection#isDetailSupported()
is too limited to describe it. Another solution would be to use an enum instead.For example:
The text was updated successfully, but these errors were encountered: