public class PropertyList
extends java.lang.Object
This represents an ordered list of Property objects.
| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Constructor and Description | 
|---|
PropertyList()
Constructs a new PropertyList 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addProperties(Property[] pProperties)
Adds a list of properties. 
 | 
void | 
addProperty(Property pProperty)
Adds a new property to the list of properties. 
 | 
java.lang.Class | 
getBeanClass()
Returns the bean class referenced by the properties. 
 | 
java.lang.Class[] | 
getBeanClasses()
Returns the list of bean classes referenced by the properties 
 | 
Property[] | 
getClassProperties(java.lang.Class pClass)
Returns the list of Property objects that are associated with the
 specified class, specified property, or null if there are no
 columns mapped to that property. 
 | 
Property[] | 
getProperties()
Returns the list of properties as an array 
 | 
Property | 
getProperty(int pIndex)
Returns the Property at the given index 
 | 
int | 
getPropertyCount()
Returns the number of Property objects in the list 
 | 
int[] | 
getPropertyToClassTable()
Returns the table mapping property number to class number. 
 | 
public static final java.lang.String CLASS_VERSION
public void addProperty(Property pProperty)
public void addProperties(Property[] pProperties)
public int getPropertyCount()
public Property getProperty(int pIndex)
public Property[] getProperties()
public Property[] getClassProperties(java.lang.Class pClass)
public java.lang.Class[] getBeanClasses()
public java.lang.Class getBeanClass()
public int[] getPropertyToClassTable()