jaxx.compiler.beans
Class JAXXFeatureDescriptor
java.lang.Object
jaxx.compiler.beans.JAXXFeatureDescriptor
- Direct Known Subclasses:
- JAXXBeanDescriptor, JAXXEventSetDescriptor, JAXXPropertyDescriptor
public class JAXXFeatureDescriptor
- extends Object
Mirrors the class java.beans.FeatureDescriptor. JAXX uses its own introspector rather than the built-in
java.beans.Introspector so that it can introspect ClassDescriptor,
not just java.lang.Class.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getName
public String getName()
getClassDescriptor
public ClassDescriptor getClassDescriptor()
getValue
public Object getValue(String key)
setValue
public void setValue(String key,
Object value)
capitalize
public static String capitalize(String name)
Copyright © 2008-2011 CodeLutin. All Rights Reserved.