| Package | Description |
|---|---|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.source |
The sources model.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
CollectionContent.getKnownResourceType()
The type of resource being covered in this collection.
|
| Modifier and Type | Method and Description |
|---|---|
CollectionContent |
CollectionContent.resourceType(ResourceType resourceType)
Build out the content with a resource type.
|
void |
CollectionContent.setKnownResourceType(ResourceType type)
The type of resource being covered in this collection.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
SourceDescription.getKnownType()
The type of the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
SourceDescription |
SourceDescription.resourceType(ResourceType resourceType)
Build of this source description with a resource type.
|
void |
SourceDescription.setKnownType(ResourceType type)
The type of the resource being described.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.