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