All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.AttributeModeHolder
java.lang.Object
|
+----org.omg.CORBA.AttributeModeHolder
- public final class AttributeModeHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.AttributeModeHolder
- Source File org/omg/CORBA/AttributeModeHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::AttributeMode
- Repository Identifier IDL:omg.org/CORBA/AttributeMode:1.0
IDL definition:
enum AttributeMode {
ATTR_NORMAL,
ATTR_READONLY
};
-
value
-
-
AttributeModeHolder()
-
-
AttributeModeHolder(AttributeMode)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public AttributeMode value
AttributeModeHolder
public AttributeModeHolder()
AttributeModeHolder
public AttributeModeHolder(AttributeMode value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index