Uses of Class
org.gedcomx.types.ResourceType
-
Packages that use ResourceType 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. -
-
Uses of ResourceType in org.gedcomx.records
Methods in org.gedcomx.records that return ResourceType Modifier and Type Method Description ResourceTypeCollectionContent. getKnownResourceType()The type of resource being covered in this collection.Methods in org.gedcomx.records with parameters of type ResourceType Modifier and Type Method Description CollectionContentCollectionContent. resourceType(ResourceType resourceType)Build out the content with a resource type.voidCollectionContent. 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 Modifier and Type Method Description ResourceTypeSourceDescription. getKnownType()The type of the resource being described.Methods in org.gedcomx.source with parameters of type ResourceType Modifier and Type Method Description SourceDescriptionSourceDescription. resourceType(ResourceType resourceType)Build of this source description with a resource type.voidSourceDescription. 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 Modifier and Type Method Description static ResourceTypeResourceType. fromQNameURI(URI qname)Get the enumeration from the QName.static ResourceTypeResourceType. 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.
-