Package com.zeroc.Ice
Class UnknownSlicedValue
java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.UnknownSlicedValue
- All Implemented Interfaces:
Serializable
,Cloneable
Unknown sliced value holds an instance of an unknown Slice class type.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownSlicedValue
(String unknownTypeId) Represents an instance of a Slice class type having the given Slice type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the sliced data if the value has a preserved-slice base class and has been sliced during un-marshaling of the value, null is returned otherwise.ice_id()
Determine the Slice type ID associated with this object.Methods inherited from class com.zeroc.Ice.Value
clone, ice_postUnmarshal, ice_preMarshal, ice_staticId
-
Constructor Details
-
UnknownSlicedValue
Represents an instance of a Slice class type having the given Slice type.- Parameters:
unknownTypeId
- The Slice type ID of the unknown object.
-
-
Method Details
-
ice_getSlicedData
Returns the sliced data if the value has a preserved-slice base class and has been sliced during un-marshaling of the value, null is returned otherwise.- Overrides:
ice_getSlicedData
in classValue
- Returns:
- The sliced data or null.
-
ice_id
Determine the Slice type ID associated with this object.
-