org.omg.CORBA
Interface TypeCodeOperations
public interface TypeCodeOperations
Generated from IDL interface "TypeCode".
- Version:
- generated at Mar 17, 2009 1:46:53 PM
- Author:
- JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
equal
boolean equal(TypeCode tc)
equivalent
boolean equivalent(TypeCode tc)
get_compact_typecode
TypeCode get_compact_typecode()
kind
TCKind kind()
id
java.lang.String id()
throws BadKind
- Throws:
BadKind
name
java.lang.String name()
throws BadKind
- Throws:
BadKind
member_count
int member_count()
throws BadKind
- Throws:
BadKind
member_name
java.lang.String member_name(int index)
throws Bounds,
BadKind
- Throws:
Bounds
BadKind
member_type
TypeCode member_type(int index)
throws Bounds,
BadKind
- Throws:
Bounds
BadKind
member_label
Any member_label(int index)
throws Bounds,
BadKind
- Throws:
Bounds
BadKind
discriminator_type
TypeCode discriminator_type()
throws BadKind
- Throws:
BadKind
default_index
int default_index()
throws BadKind
- Throws:
BadKind
length
int length()
throws BadKind
- Throws:
BadKind
content_type
TypeCode content_type()
throws BadKind
- Throws:
BadKind
fixed_digits
short fixed_digits()
throws BadKind
- Throws:
BadKind
fixed_scale
short fixed_scale()
throws BadKind
- Throws:
BadKind
member_visibility
short member_visibility(int index)
throws Bounds,
BadKind
- Throws:
Bounds
BadKind
type_modifier
short type_modifier()
throws BadKind
- Throws:
BadKind
concrete_base_type
TypeCode concrete_base_type()
throws BadKind
- Throws:
BadKind