Uses of Class
org.omg.CORBA.TypeCodePackage.Bounds
-
Packages that use Bounds Package Description org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKindandBounds, which are thrown by methods in in the classTypeCode. -
-
Uses of Bounds in org.omg.CORBA
Methods in org.omg.CORBA that throw Bounds Modifier and Type Method Description abstract AnyTypeCode. member_label(int index)Retrieves the label of the union member identified by the given index.abstract StringTypeCode. member_name(int index)Retrieves the simple name of the member identified by the given index.abstract TypeCodeTypeCode. member_type(int index)Retrieves theTypeCodeobject describing the type of the member identified by the given index.abstract shortTypeCode. member_visibility(int index)Returns the constant that indicates the visibility of the member at the given index. -
Uses of Bounds in org.omg.CORBA.TypeCodePackage
Methods in org.omg.CORBA.TypeCodePackage that return Bounds Modifier and Type Method Description static BoundsBoundsHelper. extract(Any a)static BoundsBoundsHelper. read(InputStream istream)Methods in org.omg.CORBA.TypeCodePackage with parameters of type Bounds Modifier and Type Method Description static voidBoundsHelper. insert(Any a, Bounds that)static voidBoundsHelper. write(OutputStream ostream, Bounds value)
-