All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.StringDefOperations

public interface StringDefOperations
extends IDLTypeOperations

IDL definition:
interface StringDef : ::CORBA::IDLType {
attribute unsigned long bound;
};


Method Index

 o bound()

Reader for attribute: ::CORBA::StringDef::bound.

 o bound(int)

Writer for attribute: ::CORBA::StringDef::bound.

Methods

 o bound
 public abstract void bound(int bound)

Writer for attribute: ::CORBA::StringDef::bound.

attribute unsigned long bound;

 o bound
 public abstract int bound()

Reader for attribute: ::CORBA::StringDef::bound.

attribute unsigned long bound;


All Packages  Class Hierarchy  This Package  Previous  Next  Index