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

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

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

    Purpose:
        
    Description:
        
    History:
        Tue, Feb 2, 2016 3:13:59 PM, Created by Sefi

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

/**
 * An int property class.
 * @author Sefi
 * @since 8.0.1.1
 */
public abstract class IntPropertyAccess implements PropertyAccess {
	public Class getType() {
		return Integer.TYPE;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy