Uses of Class
org.gedcomx.types.ResourceType

Packages that use ResourceType
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. 
 

Uses of ResourceType in org.gedcomx.records
 

Methods in org.gedcomx.records that return ResourceType
 ResourceType CollectionContent.getKnownResourceType()
          The type of resource being covered in this collection.
 

Methods in org.gedcomx.records with parameters of type ResourceType
 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.
 

Uses of ResourceType in org.gedcomx.source
 

Methods in org.gedcomx.source that return ResourceType
 ResourceType SourceDescription.getKnownType()
          The type of the resource being described.
 

Methods in org.gedcomx.source with parameters of type ResourceType
 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.
 

Uses of ResourceType in org.gedcomx.types
 

Methods in org.gedcomx.types that return ResourceType
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 © 2015. All rights reserved.