Class ConfXMLParamStart

All Implemented Interfaces:
Serializable, Cloneable
Direct Known Subclasses:
ConfXMLParamCdbStart

public class ConfXMLParamStart extends ConfXMLParam
Identifies a starting point in the model from which other parameters are relatively defined. 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.