|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| gr.uoa.di.madgik.grs.record | |
| gr.uoa.di.madgik.grs.record.field | |
| gr.uoa.di.madgik.grs.record.field.mediation | |
| Uses of Field in gr.uoa.di.madgik.grs.record |
|---|
| Methods in gr.uoa.di.madgik.grs.record that return Field | |
|---|---|
Field |
Record.getField(int index)
Retrieve the Field with the specified index in the fields array |
Field |
Record.getField(String name)
Retrieve the Field with the specified name |
Field[] |
Record.getFields()
Retrieves the Fields this Record hosts |
| Methods in gr.uoa.di.madgik.grs.record with parameters of type Field | |
|---|---|
void |
Record.setFields(Field[] fields)
Sets the Fields this Record hosts |
| Uses of Field in gr.uoa.di.madgik.grs.record.field |
|---|
| Subclasses of Field in gr.uoa.di.madgik.grs.record.field | |
|---|---|
class |
FileField
Field holding the payload of a File that is only available in the writer's host. |
class |
ObjectField
Field holding the payload of an Object that extends IPumpable |
class |
StringField
Field holding the payload of a String |
class |
URLField
Field holding the payload of a URL |
| Uses of Field in gr.uoa.di.madgik.grs.record.field.mediation |
|---|
| Methods in gr.uoa.di.madgik.grs.record.field.mediation with parameters of type Field | |
|---|---|
static MediatingInputStream |
MediationFactory.getStream(Field field)
Creates a MediatingInputStream over the payload of the provided Field |
| Constructors in gr.uoa.di.madgik.grs.record.field.mediation with parameters of type Field | |
|---|---|
MediatingInputStream(Field field)
Creates a new instance and uses getInputStream() to retrieve the field's input stream |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||