Added STRING as Identification Type
This commit is contained in:
parent
8f7569f787
commit
ef022ff636
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue