Class StringHolder

java.lang.Object
com.ericsson.otp.ic.StringHolder
All Implemented Interfaces:
Holder, Serializable

public final class StringHolder extends Object implements Holder
Holder class for String, according to OMG-IDL java mapping.
See Also:
  • Field Details

  • Constructor Details

    • StringHolder

      public StringHolder()
    • StringHolder

      public StringHolder(String initial)
  • Method Details

    • equals

      public boolean equals(Object obj)
      Comparisson method for Strings.
      Overrides:
      equals in class Object
      Returns:
      true if the input object equals the current object, false otherwize
    • equals

      public boolean equals(String s)
      Comparisson method for Strings.
      Returns:
      true if the input String value equals the value of the current object, false otherwize