java.lang.Object
com.zeroc.Ice.Value
com.zeroc.Ice.UnknownSlicedValue
- All Implemented Interfaces:
Serializable,Cloneable
Represents an instance of an unknown class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownSlicedValue(String unknownTypeId) Constructs the placeholder instance. -
Method Summary
Methods inherited from class com.zeroc.Ice.Value
clone, ice_getSlicedData, ice_postUnmarshal, ice_preMarshal, ice_staticId
-
Constructor Details
-
UnknownSlicedValue
Constructs the placeholder instance.- Parameters:
unknownTypeId- the Slice type ID of the unknown value
-
-
Method Details