public interface StructureFormat
extends java.io.Serializable
STRUCTURE_OUTPUT_FORMAT
enumeration. The purpose of the wrapper is to
allow for additional implementations to be provided which may describe non-sdmx formats which are not supported by the STRUCTURE_OUTPUT_FORMAT
enum.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormatAsString()
Returns a string representation of the format, that can be used for auditing and debugging purposes.
|
STRUCTURE_OUTPUT_FORMAT |
getSdmxOutputFormat()
Returns the SDMX Structure Output Type that this interface is describing.
|
STRUCTURE_OUTPUT_FORMAT getSdmxOutputFormat()
java.lang.String getFormatAsString()