|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicBeanInfo
This interface is used to describe a set of dynamic properties that occur together and have consistent behavior and semantics, analogous to a Class.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final java.lang.String CLASS_VERSION
| Method Detail |
|---|
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 property
boolean isInstance(java.lang.Object pObj)
boolean areInstances(DynamicBeanInfo pDynamicBeanInfo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||