org.omg.CORBA
public abstract class ParameterModeHelper extends Object
Method Summary | |
---|---|
static ParameterMode | extract(Any any)
Extract the parameter mode from the given Any. |
static String | id()
Get the parameter mode repository id.
|
static void | insert(Any any, ParameterMode that)
Insert the parameter mode into the given Any. |
static ParameterMode | read(InputStream istream)
Read the enumeration value (as int) from the CDR intput stream.
|
static TypeCode | type()
Get the parameter mode typecode (enumeration, named "ParameterMode").
|
static void | write(OutputStream ostream, ParameterMode value)
Write the enumeration value (as int) to the CDR output stream.
|
Returns: "IDL:omg.org/CORBA/ParameterMode:1.0", always.
Parameters: istream a stream to read from.
Parameters: ostream a stream to write into. value a value to write.