|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gov.nasa.arc.brahms.common.data.JavaClassInfo
public class JavaClassInfo
JavaClassInfo provides information about a Java class' properties to access and set values of a Java class or object.
Constructor Summary | |
---|---|
JavaClassInfo(java.lang.Class<?> clz,
java.beans.BeanInfo beanInfo)
Constructor, creates a new JavaClassInfo record for the specified Java Class. |
Method Summary | |
---|---|
java.beans.BeanInfo |
getBeanInfo()
Returns the Java Bean information about all of the introspected bean properties, exposed methods, and events. |
java.util.List<IJavaPropertyDescriptor> |
getBeanPropertyDescriptors()
|
java.lang.Class<?> |
getJavaClass()
Returns the Java class about which this object managed information. |
IJavaPropertyDescriptor |
getPropertyDescriptor(java.lang.String name)
Finds and returns the IJavaPropertyDescriptor for the property with the specified name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JavaClassInfo(java.lang.Class<?> clz, java.beans.BeanInfo beanInfo)
clz
- the Java Class for which to manage informationbeanInfo
- the BeanInfo for the specified clzMethod Detail |
---|
public java.lang.Class<?> getJavaClass()
getJavaClass
in interface IJavaClassInfo
public java.beans.BeanInfo getBeanInfo()
getBeanInfo
in interface IJavaClassInfo
public IJavaPropertyDescriptor getPropertyDescriptor(java.lang.String name)
getPropertyDescriptor
in interface IJavaClassInfo
name
- the name of the property
public java.util.List<IJavaPropertyDescriptor> getBeanPropertyDescriptors()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |