Uses of Class
gr.uoa.di.madgik.grs.record.field.FieldDefinition

Packages that use FieldDefinition
gr.uoa.di.madgik.grs.record   
gr.uoa.di.madgik.grs.record.field   
 

Uses of FieldDefinition in gr.uoa.di.madgik.grs.record
 

Fields in gr.uoa.di.madgik.grs.record with type parameters of type FieldDefinition
protected  List<FieldDefinition> RecordDefinition.Fields
          The field definitions available for the hosted Fields
 

Methods in gr.uoa.di.madgik.grs.record that return FieldDefinition
 FieldDefinition RecordDefinition.getDefinition(int index)
          Retrieves the field definition with the provided index
 

Constructors in gr.uoa.di.madgik.grs.record with parameters of type FieldDefinition
GenericRecordDefinition(FieldDefinition[] fieldDefinitions)
          Create a new instance
 

Constructor parameters in gr.uoa.di.madgik.grs.record with type arguments of type FieldDefinition
RecordDefinition(List<FieldDefinition> fieldDefinitions)
          Creates a new instance
 

Uses of FieldDefinition in gr.uoa.di.madgik.grs.record.field
 

Subclasses of FieldDefinition in gr.uoa.di.madgik.grs.record.field
 class FileFieldDefinition
          The FieldDefinition implementation for FileField
 class ObjectFieldDefinition
          The FieldDefinition implementation for ObjectField.
 class StringFieldDefinition
          The FieldDefinition implementation for StringField
 class URLFieldDefinition
          The FieldDefinition implementation for URLField
 

Methods in gr.uoa.di.madgik.grs.record.field that return FieldDefinition
 FieldDefinition Field.getFieldDefinition()
          Retrieves the FieldDefinition based on the definition index and the bound Record RecordDefinition
 



Copyright © 2012. All Rights Reserved.