Uses of Class
org.gedcomx.types.IdentifierType

Packages that use IdentifierType
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
 IdentifierType Identifier.getKnownType()
          The enum referencing a known identifier type.
 

Methods in org.gedcomx.conclusion with parameters of type IdentifierType
 void Identifier.setKnownType(IdentifierType knownType)
          Set the value of the id type from a known identifier type.
 Identifier Identifier.type(IdentifierType type)
          Build up this identifier with a type.
 

Constructors in org.gedcomx.conclusion with parameters of type IdentifierType
Identifier(URI value, IdentifierType knownType)
           
 

Uses of IdentifierType in org.gedcomx.types
 

Methods in org.gedcomx.types that return IdentifierType
static IdentifierType IdentifierType.fromQNameURI(URI qname)
          Get the enumeration from the QName.
static IdentifierType IdentifierType.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.
 



Copyright © 2015. All rights reserved.