Uses of Enum Class
org.gedcomx.types.DocumentType
Packages that use DocumentType
Package
Description
The conclusion model defines genealogical conclusion data.
The types model defines the standard set of types of genealogical data.
-
Uses of DocumentType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return DocumentTypeModifier and TypeMethodDescriptionDocument.getKnownType()The enum referencing the known type of the document, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type DocumentTypeModifier and TypeMethodDescriptionvoidDocument.setKnownType(DocumentType knownType) Set the type of this document from a known enumeration of document types.Document.type(DocumentType type) Build up this document with a type. -
Uses of DocumentType in org.gedcomx.types
Methods in org.gedcomx.types that return DocumentTypeModifier and TypeMethodDescriptionstatic DocumentTypeDocumentType.fromQNameURI(URI qname) Get the enumeration from the QName.static DocumentTypeReturns the enum constant of this class with the specified name.static DocumentType[]DocumentType.values()Returns an array containing the constants of this enum class, in the order they are declared.