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

com.talk2object.plum.interaction.rich.field.IntegerField Maven / Gradle / Ivy

package com.talk2object.plum.interaction.rich.field;

public class IntegerField extends InteractiveField {

	public IntegerField(String name) {
		super(name, FieldType.INTEGER, Integer.class);

	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy