com.jxml.quick.tf
Class QDataClass
java.lang.Object
|
+--com.jxml.quick.tf.QDataClass
- All Implemented Interfaces:
- QTargetFactory
- public class QDataClass
- extends Object
- implements QTargetFactory
wClass
public Class wClass
wClassName
public String wClassName
values
public ArrayList values
constructorParamClasses
protected static Class[] constructorParamClasses
constructor
protected Constructor constructor
isQName
public boolean isQName
isAware
public boolean isAware
aware
public static Class aware
qname
public static Class qname
QDataClass
public QDataClass()
QDataClass
public QDataClass(String wClassName)
toString
public String toString()
- Overrides:
toString
in class Object
create
public Object create(QContext context)
throws QPE
- Specified by:
create
in interface QTargetFactory
isInstance
public boolean isInstance(Object object,
QContext context)
throws QPE
- Specified by:
isInstance
in interface QTargetFactory
getName
public String getName(Object object)
- Specified by:
getName
in interface QTargetFactory
validate
public void validate(String text,
QContext context)
throws QPE
getText
public String getText(Object object,
QContext context)
throws QPE
- Specified by:
getText
in interface QTargetFactory
add
public void add(Object object,
String name,
String text,
QAccess access,
Object parent,
QTargetFactory parentFactory,
QContext context)
throws QPE
- Specified by:
add
in interface QTargetFactory
getPropertyDescriptors
public PropertyDescriptor[] getPropertyDescriptors(QContext context)
throws QPE
- Specified by:
getPropertyDescriptors
in interface QTargetFactory
getFields
public Field[] getFields(QContext context)
throws QPE
- Specified by:
getFields
in interface QTargetFactory