Uses of Class
org.gedcomx.types.RecordType
-
Packages that use RecordType Package Description 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 Modifier and Type Method Description RecordTypeCoverage. getKnownRecordType()The type of record being covered in this collection, if any.Methods in org.gedcomx.source with parameters of type RecordType Modifier and Type Method Description CoverageCoverage. recordType(RecordType recordType)Build out this coverage with a record type.voidCoverage. 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 Modifier and Type Method Description static RecordTypeRecordType. fromQNameURI(URI qname)Get the enumeration from the QName.static RecordTypeRecordType. 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.
-