Class ConfTagDefault

All Implemented Interfaces:
Serializable, Cloneable

public class ConfTagDefault extends ConfTag implements Cloneable, Serializable
Class representing an element in a model. This class is used to indicate that a default case is set in the call to Maapi.getCase() when NO_DEFAULTS flag is in use.
See Also:
  • Constructor Details

    • ConfTagDefault

      public ConfTagDefault()
  • Method Details

    • equals

      public boolean equals(Object o)
      Description copied from class: ConfTag
      Determine if two ConfTags are equal. Two ConfTag are equals if their tagname and nsUri are equals. or if tag values and ns values are the same.
      Overrides:
      equals in class ConfTag
      Parameters:
      o - ConfObjectRef that is to be compared to.
      Returns:
      true if the objects are identical.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class ConfTag
    • encode

      public ConfEObject encode()
      Overrides:
      encode in class ConfTag
    • toString

      public String toString()
      Overrides:
      toString in class ConfTag
      Returns:
      the printable representation of the object.
    • compareTo

      public int compareTo(ConfTagDefault o)