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

org.zkoss.zk.ui.sys.IntegerPropertyAccess Maven / Gradle / Ivy

There is a newer version: 10.0.0-jakarta
Show newest version
/* IntegerPropertyAccess.java

	Purpose:
		
	Description:
		
	History:
		3:12 PM 9/9/15, Created by jumperchen

Copyright (C) 2015 Potix Corporation. All Rights Reserved.
*/
package org.zkoss.zk.ui.sys;

/**
 * An Integer property class.
 * @author jumperchen
 * @since 8.0.0
 */
public abstract class IntegerPropertyAccess implements PropertyAccess {
	public Class getType() {
		return Integer.class;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy