Uses of Class
org.gedcomx.types.RecordType

Packages that use RecordType
org.gedcomx.source The sources model. 
org.gedcomx.types The types model defines the standard set of types of genealogical data. 
 

Uses of RecordType in org.gedcomx.source
 

Methods in org.gedcomx.source that return RecordType
 RecordType Coverage.getKnownRecordType()
          The type of record being covered in this collection, if any.
 

Methods in org.gedcomx.source with parameters of type RecordType
 Coverage Coverage.recordType(RecordType recordType)
          Build out this coverage with a record type.
 void Coverage.setKnownRecordType(RecordType type)
          The type of record being covered in this collection, if any.
 

Uses of RecordType in org.gedcomx.types
 

Methods in org.gedcomx.types that return RecordType
static RecordType RecordType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static RecordType RecordType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecordType[] RecordType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015. All rights reserved.