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
-
content_type()
-
-
default_index()
-
-
discriminator_type()
-
-
equal(TypeCode)
-
-
equivalent(TypeCode)
-
-
id()
-
-
kind()
-
-
length()
-
-
member_count()
-
-
member_label(int)
-
-
member_name(int)
-
-
member_type(int)
-
-
name()
-
equal
public boolean equal(TypeCode t)
- Overrides:
- equal in class TypeCode
kind
public TCKind kind()
- Overrides:
- kind in class TypeCode
id
public String id() throws BadKind
- Throws: BadKind
- if
- Overrides:
- id in class TypeCode
name
public String name() throws BadKind
- Throws: BadKind
- if
- Overrides:
- name in class TypeCode
member_count
public int member_count() throws BadKind
- Throws: BadKind
- if
- Overrides:
- member_count in class TypeCode
member_name
public String member_name(int index) throws BadKind, Bounds
- Throws: BadKind
- if
- Throws: Bounds
- if
- Overrides:
- member_name in class TypeCode
member_type
public TypeCode member_type(int index) throws BadKind, Bounds
- Throws: BadKind
- if
- Throws: Bounds
- if
- Overrides:
- member_type in class TypeCode
member_label
public Any member_label(int index) throws BadKind, Bounds
- Throws: BadKind
- if
- Throws: Bounds
- if
- Overrides:
- member_label in class TypeCode
discriminator_type
public TypeCode discriminator_type() throws BadKind
- Throws: BadKind
- if
- Overrides:
- discriminator_type in class TypeCode
default_index
public int default_index() throws BadKind
- Throws: BadKind
- if
- Overrides:
- default_index in class TypeCode
length
public int length() throws BadKind
- Throws: BadKind
- if
- Overrides:
- length in class TypeCode
content_type
public TypeCode content_type() throws BadKind
- Throws: BadKind
- if
- Overrides:
- content_type in class TypeCode
equivalent
public boolean equivalent(TypeCode t)
All Packages Class Hierarchy This Package Previous Next Index