Class UUIDIdentification

java.lang.Object
org.episteme.core.util.identity.Identification
org.episteme.core.util.identity.UUIDIdentification
All Implemented Interfaces:
Serializable, Identified<Identification>

public class UUIDIdentification extends Identification
Universally Unique Identifier (UUID) identification.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
See Also:
  • Constructor Details

    • UUIDIdentification

      public UUIDIdentification(UUID uuid)
    • UUIDIdentification

      public UUIDIdentification(String value)
    • UUIDIdentification

      public UUIDIdentification()
  • Method Details

    • getUUID

      public UUID getUUID()
    • getScheme

      public String getScheme()
      Description copied from class: Identification
      Returns the identification scheme (e.g., "UUID", "ISBN", "DOI").
      Specified by:
      getScheme in class Identification
      Returns:
      the scheme name