androidStubs.com.ibm.as400.jtopenstubs.javabeans.PropertyDescriptor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jt400 Show documentation
Show all versions of jt400 Show documentation
The Open Source version of the IBM Toolbox for Java
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 - 2025 Weber Informatics LLC | Privacy Policy