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