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

org.teamapps.pojo.template.Enum.txt Maven / Gradle / Ivy

There is a newer version: 0.6.20
Show newest version
package {package};

public enum {type}  {

{enumValues}
	;

	private final String title;

	{type}(String title) {
		this.title = title;
	}

	public String getTitle() {
		return title;
	}

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy