|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBeanProperty | |
|---|---|
| raccoon.api.bean.descriptor | Describes the services offered to the analysis of Data Transport Objects (DTO). |
| raccoon.api.eai.message | Contains all the different interfaces related to messages handled by Raccoon. |
| raccoon.core.bean.descriptor | Describes the services offered to the analysis of Data Transport Objects (DTO). |
| raccoon.tibco.tibrv.message | |
| Uses of IBeanProperty in raccoon.api.bean.descriptor |
|---|
| Methods in raccoon.api.bean.descriptor that return IBeanProperty | |
|---|---|
IBeanProperty |
IBeanDescriptor.getProperty(java.lang.String pPropertyName)
Convenience method for retrieving a specific property descriptor. |
| Methods in raccoon.api.bean.descriptor with parameters of type IBeanProperty | |
|---|---|
void |
IBeanDescriptor.addProperty(IBeanProperty pProperty)
Adds a new bean property to the current list of bean properties. |
| Uses of IBeanProperty in raccoon.api.eai.message |
|---|
| Methods in raccoon.api.eai.message with parameters of type IBeanProperty | |
|---|---|
IMessageDescriptor |
IFactory.newMessageDescriptor(IBeanProperty pPropertyDescriptor)
Creates a new message descriptor for the provided property of a java bean. |
| Uses of IBeanProperty in raccoon.core.bean.descriptor |
|---|
| Classes in raccoon.core.bean.descriptor that implement IBeanProperty | |
|---|---|
class |
BeanProperty
The default property descriptor for the Raccoon Framework. |
| Methods in raccoon.core.bean.descriptor that return IBeanProperty | |
|---|---|
IBeanProperty |
BeanDescriptor.getProperty(java.lang.String pPropertyName)
Convenience method for retrieving a specific property descriptor. |
| Methods in raccoon.core.bean.descriptor that return types with arguments of type IBeanProperty | |
|---|---|
java.util.Iterator<IBeanProperty> |
BeanDescriptor.properties()
The list of avaible properties of this java bean instance. |
| Methods in raccoon.core.bean.descriptor with parameters of type IBeanProperty | |
|---|---|
void |
BeanDescriptor.addProperty(IBeanProperty pProperty)
Adds a new bean property to the current list of bean properties |
| Uses of IBeanProperty in raccoon.tibco.tibrv.message |
|---|
| Methods in raccoon.tibco.tibrv.message with parameters of type IBeanProperty | |
|---|---|
IMessageDescriptor |
RvFactory.newMessageDescriptor(IBeanProperty pPropertyDescriptor)
Creates a new message descriptor for the provided property of a java bean |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||