Uses of Class
org.gedcomx.types.ResourceStatusType
-
Packages that use ResourceStatusType Package Description org.gedcomx.source The sources model.org.gedcomx.types The types model defines the standard set of types of genealogical data. -
-
Uses of ResourceStatusType in org.gedcomx.source
Methods in org.gedcomx.source with parameters of type ResourceStatusType Modifier and Type Method Description voidSourceDescription. addKnownStatus(ResourceStatusType status)Add the given ResourceStatusType's URI to the list of statuses. -
Uses of ResourceStatusType in org.gedcomx.types
Methods in org.gedcomx.types that return ResourceStatusType Modifier and Type Method Description static ResourceStatusTypeResourceStatusType. fromQNameURI(URI qname)Get the enumeration from the QName.static ResourceStatusTypeResourceStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceStatusType[]ResourceStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-