public interface DynamicBeanInfo
extends java.io.Serializable
This interface is used to describe a set of dynamic properties that occur together and have consistent behavior and semantics, analogous to a Class.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
areInstances(DynamicBeanInfo pDynamicBeanInfo)
Returns true if all objects described by some DynamicBeanInfo
 are also described by this one. 
 | 
DynamicBeanDescriptor | 
getBeanDescriptor()
Returns the DynamicBeanDescriptor for this DynamicBeanInfo. 
 | 
DynamicPropertyDescriptor | 
getPropertyDescriptor(java.lang.String pPropertyName)
Returns the PropertyDescriptor for the specified property 
 | 
DynamicPropertyDescriptor[] | 
getPropertyDescriptors()
Returns the DynamicPropertyDescriptors for this DynamicBeanInfo. 
 | 
java.lang.String[] | 
getPropertyNames()
Returns the list of the names of the known properties 
 | 
boolean | 
hasProperty(java.lang.String pPropertyName)
Returns true if this DynamicBeanInfo supports the given property 
 | 
boolean | 
isInstance(java.lang.Object pObj)
Returns true if the given object belongs to the set of dynamic beans
 described by this DynamicBeanInfo. 
 | 
static final java.lang.String CLASS_VERSION
DynamicBeanDescriptor getBeanDescriptor()
DynamicPropertyDescriptor[] getPropertyDescriptors()
boolean hasProperty(java.lang.String pPropertyName)
pPropertyName - the name of the propertyjava.lang.String[] getPropertyNames()
DynamicPropertyDescriptor getPropertyDescriptor(java.lang.String pPropertyName)
pPropertyName - the name of the propertyboolean isInstance(java.lang.Object pObj)
boolean areInstances(DynamicBeanInfo pDynamicBeanInfo)