Class ConfXMLParamStop

All Implemented Interfaces:
Serializable, Cloneable

public class ConfXMLParamStop extends ConfXMLParam
Identifies the end point for parameter definitions. See ConfXMLParam
See Also:
  • Constructor Details

  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ConfXMLParam
    • 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.