org.gedcomx.records
Interface HasFields

All Known Implementing Classes:
Date, Fact, Gender, NameForm, NamePart, Person, PlaceReference, Relationship

public interface HasFields

Interface indicating that a class as a list of record Fields. The list of fields is either directly used as evidence for a value or entity, or is otherwise viewed as logically being strongly associated with that value or entity, such that it makes sense to group them within it.

Author:
Randy Wilson

Method Summary
 List<Field> getFields()
          Get the fields being used as evidence.
 void setFields(List<Field> fields)
          Set the list of fields being used as evidence.
 

Method Detail

getFields

List<Field> getFields()
Get the fields being used as evidence.

Returns:
The references to the record fields being used as evidence.

setFields

void setFields(List<Field> fields)
Set the list of fields being used as evidence.

Parameters:
fields - - List of fields


Copyright © 2015. All rights reserved.