Class DOIIdentification
java.lang.Object
org.episteme.core.util.identity.Identification
org.episteme.core.util.identity.DOIIdentification
- All Implemented Interfaces:
Serializable, Identified<Identification>
Digital Object Identifier (DOI) identification.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Identification
equals, getId, hashCode, toString
-
Constructor Details
-
DOIIdentification
-
-
Method Details
-
getScheme
Description copied from class:IdentificationReturns the identification scheme (e.g., "UUID", "ISBN", "DOI").- Specified by:
getSchemein classIdentification- Returns:
- the scheme name
-