| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RecordIfc
Defines the concept of a record. A record is a collection of FieldIfc's.
Modifications:
    $Date: 2008-12-02 12:32:45 -0500 (Tue, 02 Dec 2008) $
    $Revision: 479 $
    $Author: sfloess $
    $HeadURL: https://jplate.svn.sourceforge.net/svnroot/jplate/trunk/src/dev/java/org/jplate/tabular/RecordIfc.java $
    
| Method Summary | |
|---|---|
 void | 
addField(FieldIfc field)
Create a field.  | 
 FieldIfc | 
createField()
 | 
 java.util.List<FieldIfc> | 
getFields()
Return the collection of fields.  | 
 boolean | 
removeField(FieldIfc field)
Remove field. | 
 void | 
removeFields()
Removes all fields from the record.  | 
| Method Detail | 
|---|
FieldIfc createField()
void removeFields()
                  throws RemoveException
RemoveException - if any issues arise removing field.
boolean removeField(FieldIfc field)
                    throws RemoveException
field.
field - The field to remove.
field was removed or false if not.
RemoveException - if any issues arise removing field.
void addField(FieldIfc field)
              throws AddException
field - tThe field to add.
AddException - if any issues arise adding a field.java.util.List<FieldIfc> getFields()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||