| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The specific interface for accessing
 the content of a Node of type RecordType.
 
 
A Record consists of a fixed set of fields, each with a
 Name and
 an associated type.
Content| Nested Class Summary | |
static interface | 
RecordContent.Editor
Encapsulates the ability to edit RecordContent objects.  | 
| Method Summary | |
 Getter | 
field(Name name)
Return a Getter for the field named.  | 
 Getter | 
field(java.lang.String name)
Return a Getter for the field named.  | 
 java.lang.Object | 
getField(Name name)
Return the Object stored in the name field.  | 
 java.lang.Object | 
getField(java.lang.String name)
Return the Object stored in the name field.  | 
 boolean | 
hasField(Name fieldName)
Checks for validity of a field Name.  | 
 boolean | 
hasField(java.lang.String fieldName)
Checks for validity of a field named fieldName.  | 
| Methods inherited from interface org.nodal.model.Content | 
getValue, invert, isValidProperty, properties, size, type, value | 
| Method Detail | 
public boolean hasField(Name fieldName)
fieldName - the Name of the field
public boolean hasField(java.lang.String fieldName)
fieldName - the Name of the field
public Getter field(Name name)
public Getter field(java.lang.String name)
public java.lang.Object getField(Name name)
public java.lang.Object getField(java.lang.String name)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||