Class RefHelper
java.lang.Object
com.ericsson.otp.ic.RefHelper
Helper class for Ref.
-
Method Summary
Modifier and TypeMethodDescriptionstatic RefStandard method for extracting a Ref from an Any.static Stringid()Standard method that returns the interface repository identity.static voidStandard method for inserting a Ref to an Any.static voidMarshal method for the Ref class, encodes the Ref object to the output stream.static Stringname()Standard method that returns the Ref class name.static TypeCodetype()Standard TypeCode accessor method.static Refunmarshal(com.ericsson.otp.erlang.OtpInputStream _in) Unmarshal method for the Ref class, decodes a Ref object from the stream.
-
Method Details
-
marshal
-
unmarshal
-
id
Standard method that returns the interface repository identity.- Returns:
- String containing the interface repository identity of Ref
-
name
Standard method that returns the Ref class name.- Returns:
- String containing the class name of Ref
-
type
-
insert
-
extract
-