Class Identifier

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Identifier>

    public class Identifier
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<Identifier>
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Name TYPE_  
      java.lang.String value  
      static Name VALUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      Identifier​(java.lang.String value)  
    • Field Detail

      • TYPE_

        public static final Name TYPE_
      • VALUE

        public static final Name VALUE
      • value

        public final java.lang.String value
    • Constructor Detail

      • Identifier

        public Identifier​(java.lang.String value)
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(Identifier other)
        Specified by:
        compareTo in interface java.lang.Comparable<Identifier>