All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.WstringDef

public interface WstringDef
extends IDLType

IDL definition:
#pragma prefix "omg.org/CORBA"
interface WstringDef : ::CORBA::IDLType {
attribute unsigned long bound;
};


Method Index

 o bound()

Reader for attribute: ::CORBA::WstringDef::bound.

 o bound(int)

Writer for attribute: ::CORBA::WstringDef::bound.

Methods

 o bound
public abstract void bound(int bound)

Writer for attribute: ::CORBA::WstringDef::bound.

#pragma prefix "omg.org/CORBA/WstringDef"
attribute unsigned long bound;

 o bound
public abstract int bound()

Reader for attribute: ::CORBA::WstringDef::bound.

#pragma prefix "omg.org/CORBA/WstringDef"
attribute unsigned long bound;


All Packages  Class Hierarchy  This Package  Previous  Next  Index