Uses of Enum Class
org.gedcomx.types.IdentifierType
Packages that use IdentifierType
Package
Description
The conclusion model defines genealogical conclusion data.
The types model defines the standard set of types of genealogical data.
-
Uses of IdentifierType in org.gedcomx.conclusion
Methods in org.gedcomx.conclusion that return IdentifierTypeModifier and TypeMethodDescriptionIdentifier.getKnownType()The enum referencing a known identifier type.Methods in org.gedcomx.conclusion with parameters of type IdentifierTypeModifier and TypeMethodDescriptionvoidIdentifier.setKnownType(IdentifierType knownType) Set the value of the id type from a known identifier type.Identifier.type(IdentifierType type) Build up this identifier with a type.Constructors in org.gedcomx.conclusion with parameters of type IdentifierType -
Uses of IdentifierType in org.gedcomx.types
Methods in org.gedcomx.types that return IdentifierTypeModifier and TypeMethodDescriptionstatic IdentifierTypeIdentifierType.fromQNameURI(URI qname) Get the enumeration from the QName.static IdentifierTypeReturns the enum constant of this class with the specified name.static IdentifierType[]IdentifierType.values()Returns an array containing the constants of this enum class, in the order they are declared.