java.lang.Object
com.zeroc.Ice.Value
com.zeroc.IceGrid.BoxedString
- All Implemented Interfaces:
Serializable,Cloneable
A "boxed" string.
Remarks:
The Slice compiler generated this class from Slice class ::IceGrid::BoxedString.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs aBoxedString.BoxedString(String value) Constructs aBoxedStringwith values for all its fields. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
ice_getSlicedData, ice_postUnmarshal, ice_preMarshal
-
Field Details
-
value
The value of the boxed string.
-
-
Constructor Details
-
BoxedString
public BoxedString()Constructs aBoxedString. -
BoxedString
Constructs aBoxedStringwith values for all its fields.- Parameters:
value- The value of the boxed string.
-
-
Method Details
-
clone
Description copied from class:ValueReturns a shallow field-for-field copy of this object. -
ice_staticId
Gets the type ID of the associated Slice interface.- Returns:
- the string "::IceGrid::BoxedString"
-
ice_id
Returns the Slice type ID of the most-derived class supported by this object.
-