Class ConfXMLParamLeaf

All Implemented Interfaces:
Serializable, Cloneable

public class ConfXMLParamLeaf extends ConfXMLParam
Identifies a leaf parameter. See ConfXMLParam
See Also:
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Description copied from class: ConfObject
      Determine if two Conf objects are equal. In general, Conf objects are equal if the components they consist of are equal.
      Overrides:
      equals in class ConfXMLParam
      Parameters:
      o - the object to compare to.
      Returns:
      true if the objects are identical.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ConfXMLParam