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

de.rpgframework.random.withoutnumber.VariableDefinition Maven / Gradle / Ivy

The newest version!
package de.rpgframework.random.withoutnumber;

import org.prelle.simplepersist.Attribute;

/**
 *
 */
public class VariableDefinition {

	@Attribute
	private String name;
	@Attribute
	private String value;

	//-------------------------------------------------------------------
	/**
	 * @return the name
	 */
	public String getName() {
		return name;
	}
	//-------------------------------------------------------------------
	/**
	 * @return the value
	 */
	public String getValue() {
		return value;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy