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

androidStubs.com.ibm.as400.jtopenstubs.javabeans.PropertyDescriptor Maven / Gradle / Ivy

There is a newer version: 11.1
Show newest version
package com.ibm.as400.jtopenstubs.javabeans;

import java.lang.reflect.Method;

import com.ibm.as400.access.DQAttsAuthorityEditor;

public class PropertyDescriptor {

	public PropertyDescriptor(String string, Class beanClass) throws IntrospectionException {
		// TODO Auto-generated constructor stub
	}

	public PropertyDescriptor(String string, Class beanClass, Object object,
			String string2) throws  IntrospectionException {
		// TODO Auto-generated constructor stub
	}

	public PropertyDescriptor(String string, Method getter, Method setter) throws IntrospectionException {
		// TODO Auto-generated constructor stub
	}

	public void setBound(boolean b) {
		// TODO Auto-generated method stub
		
	}

	public void setConstrained(boolean b) {
		// TODO Auto-generated method stub
		
	}

	public void setDisplayName(String text) {
		// TODO Auto-generated method stub
		
	}

	public void setShortDescription(String text) {
		// TODO Auto-generated method stub
		
	}

	public void setExpert(boolean b) {
		// TODO Auto-generated method stub
		
	}

	public void setHidden(boolean b) {
		// TODO Auto-generated method stub
		
	}

	public void setPropertyEditorClass(Class class1) {
		// TODO Auto-generated method stub
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy