Uses of Class
org.omg.CORBA.TypeCodePackage.Bounds

Packages that use Bounds
org.apache.yoko.orb.CORBA   
org.omg.CORBA   
org.omg.CORBA.TypeCodePackage   
 

Uses of Bounds in org.apache.yoko.orb.CORBA
 

Methods in org.apache.yoko.orb.CORBA that throw Bounds
 Any TypeCode.member_label(int index)
           
 String TypeCode.member_name(int index)
           
 TypeCode TypeCode.member_type(int index)
           
 short TypeCode.member_visibility(int index)
           
 

Uses of Bounds in org.omg.CORBA
 

Methods in org.omg.CORBA that throw Bounds
abstract  Any TypeCode.member_label(int index)
           
abstract  String TypeCode.member_name(int index)
           
abstract  TypeCode TypeCode.member_type(int index)
           
 short TypeCode.member_visibility(int index)
           
 

Uses of Bounds in org.omg.CORBA.TypeCodePackage
 

Methods in org.omg.CORBA.TypeCodePackage that return Bounds
static Bounds BoundsHelper.extract(Any any)
           
static Bounds BoundsHelper.read(InputStream input)
           
 

Methods in org.omg.CORBA.TypeCodePackage with parameters of type Bounds
static void BoundsHelper.insert(Any any, Bounds value)
           
static void BoundsHelper.write(OutputStream output, Bounds value)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.