Added STRING as Identification Type

This commit is contained in:
Luca Frosini 2020-12-11 09:20:35 +01:00
parent 8f7569f787
commit ef022ff636
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public interface IdentifierFacet extends Facet {
public static final String TYPE_PROPERTY = "type";
public enum IdentificationType {
URI, DOI, IRI, URL, URN, UUID
URI, DOI, IRI, URL, URN, UUID, STRING
}
@ISProperty(name=VALUE_PROPERTY, mandatory=true, nullable=false)