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
Methods inherited from class com.zeroc.Ice.Value
clone, ice_getSlicedData, 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