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

net.sf.aguacate.function.Parameter Maven / Gradle / Ivy

package net.sf.aguacate.function;

public class Parameter {

	private String name;

	public Parameter(String name) {
		this.name = name;
	}

	public String getName() {
		return name;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy