Class BoxedString

java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.BoxedString
All Implemented Interfaces:
Serializable, Cloneable

public class BoxedString extends Value
A "boxed" string.
See Also:
  • Field Details

    • value

      public String value
      The value of the boxed string.
  • Constructor Details

    • BoxedString

      public BoxedString()
      Constructs a BoxedString.
    • BoxedString

      public BoxedString(String value)
      Constructs a BoxedString with values for all its fields.
      Parameters:
      value - The value of the boxed string.
  • Method Details

    • clone

      public BoxedString clone()
      Description copied from class: Value
      Returns a copy of the object. The cloned object contains field-for-field copies of the state.
      Overrides:
      clone in class Value
      Returns:
      The cloned object.
    • ice_staticId

      public static String ice_staticId()
      Gets the type ID of the associated Slice interface.
      Returns:
      the string "::IceGrid::BoxedString"
    • ice_id

      public String ice_id()
      Returns the Slice type ID of the most-derived interface supported by this object.
      Overrides:
      ice_id in class Value
      Returns:
      The return value is always ::Ice::Object.