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

templates.pojo.pojo_enumeration.ftl Maven / Gradle / Ivy

The newest version!
// This class is autogenerated.
package ${dataElement.namespace};

/**
 * ${dataElement.documentation}.
 * @version ${dataElement.version}.
 * @author ${dataElement.author}.
 */
 public enum ${dataElement.name} {
 <#list dataElement.enumeratedValues as field>
      ${field}<#sep>,
 ;
 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy