jdplus.sdmx.desktop.plugin.file.Bundle Maven / Gradle / Ivy
package jdplus.sdmx.desktop.plugin.file;
/** Localizable strings for {@link jdplus.sdmx.desktop.plugin.file}. */
class Bundle {
/**
* @return Mechanism used to improve performance.
* @see SdmxFileBeanSupport
*/
static String bean_cache_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.cache.description");
}
/**
* @return The name of the dialect used to parse the sdmx data file.
* @see SdmxFileBeanSupport
*/
static String bean_dialect_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dialect.description");
}
/**
* @return Dialect
* @see SdmxFileBeanSupport
*/
static String bean_dialect_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dialect.display");
}
/**
* @return An optional comma-separated list of dimensions that defines the order used to hierarchise time series.
* @see SdmxFileBeanSupport
*/
static String bean_dimensions_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dimensions.description");
}
/**
* @return Dataflow dimensions
* @see SdmxFileBeanSupport
*/
static String bean_dimensions_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.dimensions.display");
}
/**
* @return The path to the sdmx data file.
* @see SdmxFileBeanSupport
*/
static String bean_file_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.file.description");
}
/**
* @return Data file
* @see SdmxFileBeanSupport
*/
static String bean_file_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.file.display");
}
/**
* @return An optional attribute that carries the label of time series.
* @see SdmxFileBeanSupport
*/
static String bean_labelAttribute_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.labelAttribute.description");
}
/**
* @return Series label attribute
* @see SdmxFileBeanSupport
*/
static String bean_labelAttribute_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.labelAttribute.display");
}
/**
* @return The path to the sdmx structure file.
* @see SdmxFileBeanSupport
*/
static String bean_structureFile_description() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.structureFile.description");
}
/**
* @return Structure file
* @see SdmxFileBeanSupport
*/
static String bean_structureFile_display() {
return org.openide.util.NbBundle.getMessage(Bundle.class, "bean.structureFile.display");
}
private Bundle() {}
}