public abstract class TypeCode extends java.lang.Object implements IDLEntity
Constructor and Description |
---|
TypeCode() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
concrete_base_type() |
abstract TypeCode |
content_type() |
abstract int |
default_index() |
abstract TypeCode |
discriminator_type() |
abstract boolean |
equal(TypeCode tc) |
abstract boolean |
equivalent(TypeCode tc) |
short |
fixed_digits() |
short |
fixed_scale() |
abstract TypeCode |
get_compact_typecode() |
abstract java.lang.String |
id() |
abstract TCKind |
kind() |
abstract int |
length() |
abstract int |
member_count() |
abstract Any |
member_label(int index) |
abstract java.lang.String |
member_name(int index) |
abstract TypeCode |
member_type(int index) |
short |
member_visibility(int index) |
abstract java.lang.String |
name() |
short |
type_modifier() |
public abstract boolean equal(TypeCode tc)
public abstract boolean equivalent(TypeCode tc)
public abstract TypeCode get_compact_typecode()
public abstract TCKind kind()