Class UniquenessLevel


  • public final class UniquenessLevel
    extends java.lang.Object
    Moniker uniqueness level to define scope of the moniker.

    Since 3.16.0

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String Document
      The moniker is only unique inside a document
      static java.lang.String Global
      The moniker is globally unique
      static java.lang.String Group
      The moniker is unique inside the group to which a project belongs
      static java.lang.String Project
      The moniker is unique inside a project for which a dump got created
      static java.lang.String Scheme
      The moniker is unique inside the moniker scheme.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Document

        public static final java.lang.String Document
        The moniker is only unique inside a document
        See Also:
        Constant Field Values
      • Project

        public static final java.lang.String Project
        The moniker is unique inside a project for which a dump got created
        See Also:
        Constant Field Values
      • Group

        public static final java.lang.String Group
        The moniker is unique inside the group to which a project belongs
        See Also:
        Constant Field Values
      • Scheme

        public static final java.lang.String Scheme
        The moniker is unique inside the moniker scheme.
        See Also:
        Constant Field Values
      • Global

        public static final java.lang.String Global
        The moniker is globally unique
        See Also:
        Constant Field Values