All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.FlagsHelper
java.lang.Object
|
+----org.omg.CORBA.FlagsHelper
- public abstract class FlagsHelper
- extends Object
- Java Class org.omg.CORBA.FlagsHelper
- Source File org/omg/CORBA/FlagsHelper.java
- IDL Source File corba.idl
- IDL Absolute Name ::CORBA::Flags
- Repository Identifier IDL:omg.org/CORBA/Flags:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
typedef unsigned long Flags;
FlagsHelper()
-
extract(Any)
-
id()
-
insert(Any, int)
-
read(InputStream)
-
type()
-
write(OutputStream, int)
-
FlagsHelper
public FlagsHelper()
read
public static int read(InputStream _input)
write
public static void write(OutputStream _output,
int value)
insert
public static void insert(Any any,
int value)
extract
public static int extract(Any any)
type
public static TypeCode type()
id
public static String id()
All Packages Class Hierarchy This Package Previous Next Index