|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentType | |
|---|---|
| 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 | |
|---|---|
DocumentType |
Document.getKnownType()
The enum referencing the known type of the document, or OTHER if not known. |
| Methods in org.gedcomx.conclusion with parameters of type DocumentType | |
|---|---|
void |
Document.setKnownType(DocumentType knownType)
Set the type of this document from a known enumeration of document types. |
Document |
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 DocumentType | |
|---|---|
static DocumentType |
DocumentType.fromQNameURI(URI qname)
Get the enumeration from the QName. |
static DocumentType |
DocumentType.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||