jaxx.compiler.beans
Class JAXXFeatureDescriptor

java.lang.Object
  extended by 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.


Method Summary
static String capitalize(String name)
           
 ClassDescriptor getClassDescriptor()
           
 String getName()
           
 Object getValue(String key)
           
 void setValue(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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-2010 CodeLutin. All Rights Reserved.