Package gr.uoa.di.madgik.grs.record.field

Class Summary
Field This class is the base class for all Fields that are handled by the gRS2 set of components.
FieldDefinition The field definition represents the scheme of a single Field and holds all the metadata available for the Field.
FileField Field holding the payload of a File that is only available in the writer's host.
FileFieldDefinition The FieldDefinition implementation for FileField
ObjectField Field holding the payload of an Object that extends IPumpable
ObjectFieldDefinition The FieldDefinition implementation for ObjectField.
StringField Field holding the payload of a String
StringFieldDefinition The FieldDefinition implementation for StringField
URLField Field holding the payload of a URL
URLFieldDefinition The FieldDefinition implementation for URLField