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

templates.data-delivery-spark.dictionary.type.impl.vm Maven / Gradle / Ivy

package ${basePackage};
#if ($dictionaryType.implImports.size() > 0)

#foreach ($import in $dictionaryType.implImports)
import ${import};
#end
#end

/**
 * Dictionary Type to represent ${dictionaryType.name} from ${dictionary.name}.
 *
 * GENERATED STUB CODE - Please **DO** modify with your customizations, as appropriate.
 *
 * Originally generated from: ${templateName}
 */
public class ${dictionaryType.capitalizedName} extends ${dictionaryType.capitalizedName}Base {

    public ${dictionaryType.capitalizedName}(${dictionaryType.shortType} value) {
        super(value);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy