Uses of Enum Class
org.gedcomx.types.RecordType
Packages that use RecordType
Package
Description
The sources model.
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 RecordTypeModifier and TypeMethodDescriptionCoverage.getKnownRecordType()The type of record being covered in this collection, if any.Methods in org.gedcomx.source with parameters of type RecordTypeModifier and TypeMethodDescriptionCoverage.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 RecordTypeModifier and TypeMethodDescriptionstatic RecordTypeRecordType.fromQNameURI(URI qname) Get the enumeration from the QName.static RecordTypeReturns the enum constant of this class with the specified name.static RecordType[]RecordType.values()Returns an array containing the constants of this enum class, in the order they are declared.