Uses of Class
org.gedcomx.types.SourceReferenceQualifierType
-
Packages that use SourceReferenceQualifierType Package Description org.gedcomx.types The types model defines the standard set of types of genealogical data. -
-
Uses of SourceReferenceQualifierType in org.gedcomx.types
Methods in org.gedcomx.types that return SourceReferenceQualifierType Modifier and Type Method Description static SourceReferenceQualifierTypeSourceReferenceQualifierType. fromQNameURI(URI qname)Get the enumeration from the QName.static SourceReferenceQualifierTypeSourceReferenceQualifierType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceReferenceQualifierType[]SourceReferenceQualifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-