Package com.zeroc.Ice

Class UnknownSlicedValue

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

public final class UnknownSlicedValue extends Value
Represents an instance of an unknown class.
See Also:
  • Constructor Details

    • UnknownSlicedValue

      public UnknownSlicedValue(String unknownTypeId)
      Constructs the placeholder instance.
      Parameters:
      unknownTypeId - the Slice type ID of the unknown value
  • Method Details

    • ice_id

      public String ice_id()
      Returns the Slice type ID associated with this instance.
      Overrides:
      ice_id in class Value
      Returns:
      the type ID supplied to the constructor