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

net.authorize.sim.button.Button Maven / Gradle / Ivy

package net.authorize.sim.button;

public abstract class Button {

	protected ButtonType buttonType;

	/**
	 * @return the buttonType
	 */
	public ButtonType getButtonType() {
		return buttonType;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy