All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.WstringDefOperations

public interface WstringDefOperations
extends IDLTypeOperations

IDL definition:
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.

attribute unsigned long bound;

 o bound
 public abstract int bound()

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

attribute unsigned long bound;


All Packages  Class Hierarchy  This Package  Previous  Next  Index