All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class orbasec.corba.TypeCode

java.lang.Object
   |
   +----org.omg.CORBA.TypeCode
           |
           +----orbasec.corba.TypeCode

public final class TypeCode
extends TypeCode

Method Index

 o content_type()
 o default_index()
 o discriminator_type()
 o equal(TypeCode)
 o equivalent(TypeCode)
 o id()
 o kind()
 o length()
 o member_count()
 o member_label(int)
 o member_name(int)
 o member_type(int)
 o name()

Methods

 o equal
 public boolean equal(TypeCode t)
Overrides:
equal in class TypeCode
 o kind
 public TCKind kind()
Overrides:
kind in class TypeCode
 o id
 public String id() throws BadKind
Throws: BadKind
if
Overrides:
id in class TypeCode
 o name
 public String name() throws BadKind
Throws: BadKind
if
Overrides:
name in class TypeCode
 o member_count
 public int member_count() throws BadKind
Throws: BadKind
if
Overrides:
member_count in class TypeCode
 o member_name
 public String member_name(int index) throws BadKind, Bounds
Throws: BadKind
if
Throws: Bounds
if
Overrides:
member_name in class TypeCode
 o member_type
 public TypeCode member_type(int index) throws BadKind, Bounds
Throws: BadKind
if
Throws: Bounds
if
Overrides:
member_type in class TypeCode
 o member_label
 public Any member_label(int index) throws BadKind, Bounds
Throws: BadKind
if
Throws: Bounds
if
Overrides:
member_label in class TypeCode
 o discriminator_type
 public TypeCode discriminator_type() throws BadKind
Throws: BadKind
if
Overrides:
discriminator_type in class TypeCode
 o default_index
 public int default_index() throws BadKind
Throws: BadKind
if
Overrides:
default_index in class TypeCode
 o length
 public int length() throws BadKind
Throws: BadKind
if
Overrides:
length in class TypeCode
 o content_type
 public TypeCode content_type() throws BadKind
Throws: BadKind
if
Overrides:
content_type in class TypeCode
 o equivalent
 public boolean equivalent(TypeCode t)

All Packages  Class Hierarchy  This Package  Previous  Next  Index