Class ENTITY

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

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

      Fields 
      Modifier and Type Field Description
      static Name TYPE_
      Name of the hydra.xml.schema.ENTITY type.
      java.lang.String value  
      static Name VALUE
      Name of the hydra.xml.schema.ENTITY.value field.
    • Constructor Summary

      Constructors 
      Constructor Description
      ENTITY​(java.lang.String value)
      Constructs an immutable ENTITY.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(ENTITY other)  
      boolean equals​(java.lang.Object other)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

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

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.xml.schema.ENTITY type.
      • VALUE

        public static final Name VALUE
        Name of the hydra.xml.schema.ENTITY.value field.
      • value

        public final java.lang.String value
    • Constructor Detail

      • ENTITY

        public ENTITY​(java.lang.String value)
        Constructs an immutable ENTITY.
    • 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​(ENTITY other)
        Specified by:
        compareTo in interface java.lang.Comparable<ENTITY>