org.omg.DynamicAny.DynAnyPackage
Class InvalidValueHelper
java.lang.Object
|
+--org.omg.DynamicAny.DynAnyPackage.InvalidValueHelper
- public class InvalidValueHelper
- extends java.lang.Object
Helper class for : InvalidValue
- Author:
- OpenORB Compiler
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvalidValueHelper
public InvalidValueHelper()
insert
public static void insert(Any a,
InvalidValue t)
- Insert InvalidValue into an any
- Parameters:
a
- an anyt
- InvalidValue value
extract
public static InvalidValue extract(Any a)
- Extract InvalidValue from an any
- Parameters:
a
- an any- Returns:
- the extracted InvalidValue value
type
public static TypeCode type()
- Return the InvalidValue TypeCode
- Returns:
- a TypeCode
id
public static java.lang.String id()
- Return the InvalidValue IDL ID
- Returns:
- an ID
read
public static InvalidValue read(InputStream istream)
- Read InvalidValue from a marshalled stream
- Parameters:
istream
- the input stream- Returns:
- the readed InvalidValue value
write
public static void write(OutputStream ostream,
InvalidValue value)
- Write InvalidValue into a marshalled stream
- Parameters:
ostream
- the output streamvalue
- InvalidValue value