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