Class PortHelper
java.lang.Object
com.ericsson.otp.ic.PortHelper
Helper class for Port.
-
Method Summary
Modifier and TypeMethodDescriptionstatic PortStandard method for extracting a Port from an Any.static Stringid()Standard method that returns the interface repository identity.static voidStandard method for inserting a Port to an Any.static voidMarshal method for the Port class, encodes the Port object to the output stream.static Stringname()Standard method that returns the Port class name.static TypeCodetype()Standard TypeCode accessor method.static Portunmarshal(com.ericsson.otp.erlang.OtpInputStream _in) Unmarshal method for the Port class, decodes a Port 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 Port
-
name
Standard method that returns the Port class name.- Returns:
- String containing the class name of Port
-
type
-
insert
-
extract
-