Uses of Class
org.gedcomx.types.IdentifierType
-
Packages that use IdentifierType Package Description org.gedcomx.conclusion The conclusion model defines genealogical conclusion data.org.gedcomx.types 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 IdentifierType Modifier and Type Method Description IdentifierTypeIdentifier. getKnownType()The enum referencing a known identifier type.Methods in org.gedcomx.conclusion with parameters of type IdentifierType Modifier and Type Method Description voidIdentifier. setKnownType(IdentifierType knownType)Set the value of the id type from a known identifier type.IdentifierIdentifier. type(IdentifierType type)Build up this identifier with a type.Constructors in org.gedcomx.conclusion with parameters of type IdentifierType Constructor Description Identifier(URI value, IdentifierType knownType) -
Uses of IdentifierType in org.gedcomx.types
Methods in org.gedcomx.types that return IdentifierType Modifier and Type Method Description static IdentifierTypeIdentifierType. fromQNameURI(URI qname)Get the enumeration from the QName.static IdentifierTypeIdentifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static IdentifierType[]IdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-