| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.cortex.PropertyList
public class PropertyList
This represents an ordered list of Property objects.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
PropertyList()
Constructs a new PropertyList  | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public PropertyList()
| Method Detail | 
|---|
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()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||