All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sdmxdl.Codelist Maven / Gradle / Ivy

The newest version!
package sdmxdl;

import java.util.Map;

@lombok.Value
@lombok.Builder(toBuilder = true)
@lombok.EqualsAndHashCode(callSuper = false)
public class Codelist extends Resource {

    @lombok.NonNull
    CodelistRef ref;

    /**
     * Non-null map of code description by code id that represents a codelist
     * (predefined sets of terms from which some statistical coded concepts take
     * their values).
     */
    @lombok.NonNull
    @lombok.Singular
    Map codes;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy