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

codegen.messages.vm Maven / Gradle / Ivy

Go to download

TSL2 Framework Html5 Extensions (WebServer, Html5Presentation, RuleCover, BeanConfigurator, LogicTable-Sheet, Expression-Descriptors for Actions, Rules, URLs, Queries)

There is a newer version: 2.5.2
Show newest version
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: velocity template (${template})
 * created on: ----/--/-- (not filled with property 'time' to simplify version-diffs)
 * 
 * ${copyright}
 */
package ${package};

#define($attKey) KEY_${util.toUpperCase(${att.Name})}#end
#define($attKeyTooltip) KEY_TOOLTIP_${util.toUpperCase(${att.Name})}#end
#define($attName) ATTR_${util.toUpperCase(${att.Name})}#end

/**
 * Attribute and message label key definition for Messages.
 * 

* Generated do not modify!!! * * @author Generated through velocity template (messages.vm) * @version $Revision$ */ public interface ${class.Name} { #foreach( $att in $class.Attributes) /** key name of $att.Name in resource bundle */ public static final int ${attKey} = ${attKey}.hashcode(); #end }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy