Class ConfXMLParamStartDel

Object
com.tailf.conf.ConfObject
com.tailf.conf.ConfXMLParam
com.tailf.conf.ConfXMLParamStartDel
All Implemented Interfaces:
Serializable, Cloneable

public class ConfXMLParamStartDel extends ConfXMLParam
Identifies a starting point in the model for a list item that should be deleted. The key value is expected to follow. 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.