Uses of Class
org.omg.CosTrading.UnknownMaxLeft

Packages that use UnknownMaxLeft
org.omg.CosTrading   
 

Uses of UnknownMaxLeft in org.omg.CosTrading
 

Fields in org.omg.CosTrading declared as UnknownMaxLeft
 UnknownMaxLeft UnknownMaxLeftHolder.value
           
 

Methods in org.omg.CosTrading that return UnknownMaxLeft
static UnknownMaxLeft UnknownMaxLeftHelper.extract(Any any)
           
static UnknownMaxLeft UnknownMaxLeftHelper.read(InputStream in)
           
 

Methods in org.omg.CosTrading with parameters of type UnknownMaxLeft
static void UnknownMaxLeftHelper.insert(Any any, UnknownMaxLeft s)
           
static void UnknownMaxLeftHelper.write(OutputStream out, UnknownMaxLeft s)
           
 

Methods in org.omg.CosTrading that throw UnknownMaxLeft
 int _OfferIteratorStub.max_left()
           
 int _OfferIdIteratorStub.max_left()
           
 int OfferIteratorPOATie.max_left()
           
 int OfferIteratorOperations.max_left()
           
 int OfferIdIteratorPOATie.max_left()
           
 int OfferIdIteratorOperations.max_left()
           
 

Constructors in org.omg.CosTrading with parameters of type UnknownMaxLeft
UnknownMaxLeftHolder(UnknownMaxLeft initial)