A B D G I N O P R S T W

A

addBeanInfo(RelationalBeanInfo) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Add a bean info
addPrimitiveTypes(Class) - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
Add class c as primitive type
addProperty(PropertyDescriptor) - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Add a new property
addRelation(RelationDescriptor) - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Add a new relation

B

BeanModelReader - class org.onemind.commons.relabean.serialize.BeanModelReader.
A model reader
BeanModelReader(RelationalBeanModel) - Constructor for class org.onemind.commons.relabean.serialize.BeanModelReader
Constructor
BeanModelWriter - class org.onemind.commons.relabean.serialize.BeanModelWriter.
A BeanModelWriter writes bean models, based on as BeanModelDescriptor, into XML.
BeanModelWriter(RelationalBeanModel, NameBinding) - Constructor for class org.onemind.commons.relabean.serialize.BeanModelWriter
{@inheritDoc}
bind(Class, String) - Method in class org.onemind.commons.relabean.serialize.NameBinding
Add a name mapping of the bean

D

dump(String, Writer) - Method in class org.onemind.commons.relabean.PropertyDescriptor
Dump the property
dump(String, Writer) - Method in class org.onemind.commons.relabean.RelationDescriptor
Dump the property
dump(String, Writer) - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Dump the property
dump(String, Writer) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Dump the property

G

getAddMethod() - Method in class org.onemind.commons.relabean.RelationDescriptor
Get the add method
getBeanClass() - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Returns the beanClass.
getBeanInfo(Class) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Get a bean info
getBeanInfos() - Method in class org.onemind.commons.relabean.RelationalBeanModel
Get all the bean infos
getBinding() - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Return the binding
getBindings() - Method in class org.onemind.commons.relabean.serialize.NameBinding
Get all the name mappings
getDescriptor() - Method in class org.onemind.commons.relabean.RelationalBeanModel
The descriptor
getInstance() - Static method in class org.onemind.commons.relabean.RelationalBeanIntrospector
Get an instance of the introspector
getMemberType() - Method in class org.onemind.commons.relabean.RelationDescriptor
Get the member type
getModel() - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Get the model
getModelName() - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
Returns the model name
getName() - Method in class org.onemind.commons.relabean.RelationDescriptor
Returns the name.
getName(Class) - Method in class org.onemind.commons.relabean.serialize.NameBinding
Get the name of the class in the model
getPrimitiveTypes() - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
Whether a class is primitive types
getProperties() - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Returns the properties.
getProperty(String) - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Get the PropertyDescriptor by the property name
getReadMethod() - Method in class org.onemind.commons.relabean.RelationDescriptor
Returns the getMethod.
getRelation(String) - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Get the relation descriptor by the relation name
getRelationType() - Method in class org.onemind.commons.relabean.RelationDescriptor
Return relation type
getRelations() - Method in class org.onemind.commons.relabean.RelationalBeanInfo
Returns the relations.
getRemoveMethod() - Method in class org.onemind.commons.relabean.RelationDescriptor
Returns the removeMethod.
getStopClass(Class) - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
Get a stop class for particular class
getWriteMethod() - Method in class org.onemind.commons.relabean.RelationDescriptor
Returns the writeMethod.

I

introspectBeanInfo(RelationalBeanModelDescriptor, Class) - Method in class org.onemind.commons.relabean.RelationalBeanIntrospector
Introspect the RelationalBeanInfo based on the model descriptor
introspectModel(RelationalBeanModelDescriptor, Collection) - Method in class org.onemind.commons.relabean.RelationalBeanIntrospector
Construct the relational bean model from a set of bean classes using the relational bean model descriptor
introspectModel(List) - Method in class org.onemind.commons.relabean.RelationalBeanIntrospector
Return a relational bean model from the given set of beans based on reflections
isPrimitiveType(Class) - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
return whether a class is primitive type

N

NameBinding - class org.onemind.commons.relabean.serialize.NameBinding.
Describes the binding of a class and a name
NameBinding() - Constructor for class org.onemind.commons.relabean.serialize.NameBinding
{@inheritDoc}

O

org.onemind.commons.relabean - package org.onemind.commons.relabean
 
org.onemind.commons.relabean.serialize - package org.onemind.commons.relabean.serialize
 

P

PropertyDescriptor - class org.onemind.commons.relabean.PropertyDescriptor.
A default extension to Sun's bean property descriptor
PropertyDescriptor(String, Class) - Constructor for class org.onemind.commons.relabean.PropertyDescriptor
{@inheritDoc}
PropertyDescriptor(String, Method, Method) - Constructor for class org.onemind.commons.relabean.PropertyDescriptor
{@inheritDoc}
PropertyDescriptor(String, Class, String, String) - Constructor for class org.onemind.commons.relabean.PropertyDescriptor
{@inheritDoc}

R

RelationDescriptor - class org.onemind.commons.relabean.RelationDescriptor.
Describe relation between a bean and another bean
RelationDescriptor(String, Class, Method, Method) - Constructor for class org.onemind.commons.relabean.RelationDescriptor
Constructor {@inheritDoc}
RelationDescriptor(String, Class, Method, Method, Class, Method, Method) - Constructor for class org.onemind.commons.relabean.RelationDescriptor
Constructor {@inheritDoc}
RelationalBeanInfo - class org.onemind.commons.relabean.RelationalBeanInfo.
Describes the properties of a bean class and the relations of the bean class to other classes
RelationalBeanInfo(Class) - Constructor for class org.onemind.commons.relabean.RelationalBeanInfo
Constructor {@inheritDoc}
RelationalBeanIntrospector - class org.onemind.commons.relabean.RelationalBeanIntrospector.
A Relational Bean introspector uses a relational bean model descriptor - introspect a root bean to generate a RelationalBeanModel - introspect a bean to generate a RelationalBeanInfo based
RelationalBeanModel - class org.onemind.commons.relabean.RelationalBeanModel.
A RelationalBeanModel describe a set of inter-related beans in terms of their properties and relation to each others.
RelationalBeanModel(RelationalBeanModelDescriptor) - Constructor for class org.onemind.commons.relabean.RelationalBeanModel
Constructor {@inheritDoc}
RelationalBeanModelDescriptor - class org.onemind.commons.relabean.RelationalBeanModelDescriptor.
Describes a relational bean model as to what is primitive type and what is bean type and the name mapping for each bean class
RelationalBeanModelDescriptor(String) - Constructor for class org.onemind.commons.relabean.RelationalBeanModelDescriptor
{@inheritDoc}
readMetaModel(InputStream) - Method in class org.onemind.commons.relabean.serialize.BeanModelReader
Read the metamodel from the stream
readModel(InputStream) - Method in class org.onemind.commons.relabean.serialize.BeanModelReader
Read the model instance
readProperty(Object, String) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Read the value of the property of bean

S

setAddMethod(Method) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the method
setBinding(NameBinding) - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Set the binding
setDesc(RelationalBeanModelDescriptor) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Set the descriptor
setMemberType(Class) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the member type
setModel(RelationalBeanModel) - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Set the model
setModelName(String) - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
set the model name
setReadMethod(Method) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the read method
setRelationType(Class) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the relation type
setRemoveMethod(Method) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the remove method
setStopClass(Class, Class) - Method in class org.onemind.commons.relabean.RelationalBeanModelDescriptor
Set the stop class for particular class
setWriteMethod(Method) - Method in class org.onemind.commons.relabean.RelationDescriptor
Set the write method

T

toString() - Method in class org.onemind.commons.relabean.RelationalBeanInfo

W

writeMetaModel(Writer, Class) - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Write the meta model from starting from the root class
writeMetaModel(Writer, Collection) - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Write multiple meta model from given model root classes
writeModel(Writer, Collection) - Method in class org.onemind.commons.relabean.serialize.BeanModelWriter
Write the model
writeProperty(Object, String, Object) - Method in class org.onemind.commons.relabean.RelationalBeanModel
Write the property to the bean

A B D G I N O P R S T W

Copyright © 2004-2005 . All Rights Reserved.