Package hydra.core

Class Name

  • All Implemented Interfaces:
    java.io.Serializable

    public class Name
    extends java.lang.Object
    implements java.io.Serializable
    A unique identifier in some context; a string-valued key
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      Name​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_VALUE

        public static final Name FIELD_NAME_VALUE
      • value

        public final java.lang.String value
    • Constructor Detail

      • Name

        public Name​(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