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

sdmxdl.HasDescription Maven / Gradle / Ivy

The newest version!
package sdmxdl;

import org.checkerframework.checker.nullness.qual.Nullable;

/**
 * Defines the ability to have a human-readable description.
 */
public interface HasDescription {

    /**
     * Gets an optional human-readable (best-language-match) description.
     *
     * @return a nullable description
     */
    @Nullable String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy