Uses of Enum Class
org.gedcomx.types.ResourceType
Packages that use ResourceType
Package
Description
The sources model.
The sources model.
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 ResourceTypeModifier and TypeMethodDescriptionCollectionContent.getKnownResourceType()The type of resource being covered in this collection.Methods in org.gedcomx.records with parameters of type ResourceTypeModifier and TypeMethodDescriptionCollectionContent.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 ResourceTypeModifier and TypeMethodDescriptionSourceDescription.getKnownType()The type of the resource being described.Methods in org.gedcomx.source with parameters of type ResourceTypeModifier and TypeMethodDescriptionSourceDescription.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 ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromQNameURI(URI qname) Get the enumeration from the QName.static ResourceTypeReturns the enum constant of this class with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.