All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.WstringDefHolder
java.lang.Object
|
+----org.omg.CORBA.WstringDefHolder
- public final class WstringDefHolder
- extends Object
- implements Streamable
- Java Class org.omg.CORBA.WstringDefHolder
- Source File org/omg/CORBA/WstringDefHolder.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::WstringDef
- Repository Identifier IDL:omg.org/CORBA/WstringDef:1.0
IDL definition:
interface WstringDef : ::CORBA::IDLType {
attribute unsigned long bound;
};
-
value
-
-
WstringDefHolder()
-
-
WstringDefHolder(WstringDef)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public WstringDef value
WstringDefHolder
public WstringDefHolder()
WstringDefHolder
public WstringDefHolder(WstringDef 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