Uses of Class
org.gedcomx.types.DocumentType
-
Packages that use DocumentType Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.types 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 DocumentType Modifier and Type Method Description DocumentTypeDocument. getKnownType()The enum referencing the known type of the document, orOTHERif not known.Methods in org.gedcomx.conclusion with parameters of type DocumentType Modifier and Type Method Description voidDocument. setKnownType(DocumentType knownType)Set the type of this document from a known enumeration of document types.DocumentDocument. type(DocumentType type)Build up this document with a type. -
Uses of DocumentType in org.gedcomx.types
Methods in org.gedcomx.types that return DocumentType Modifier and Type Method Description static DocumentTypeDocumentType. fromQNameURI(URI qname)Get the enumeration from the QName.static DocumentTypeDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentType[]DocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-