Package | Description |
---|---|
org.jacorb.orb | |
org.omg.CORBA | |
org.omg.CORBA.TypeCodePackage |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypeCode.concrete_base_type() |
TypeCode |
TypeCode.content_type() |
int |
TypeCode.default_index() |
TypeCode |
TypeCode.discriminator_type() |
short |
TypeCode.fixed_digits() |
short |
TypeCode.fixed_scale() |
String |
TypeCode.id() |
int |
TypeCode.length() |
int |
TypeCode.member_count() |
Any |
TypeCode.member_label(int index) |
String |
TypeCode.member_name(int index) |
TypeCode |
TypeCode.member_type(int index) |
short |
TypeCode.member_visibility(int index) |
String |
TypeCode.name() |
short |
TypeCode.type_modifier() |
Modifier and Type | Method and Description |
---|---|
TypeCode |
TypeCode.concrete_base_type() |
TypeCode |
TypeCodeOperations.concrete_base_type() |
abstract TypeCode |
TypeCode.content_type() |
TypeCode |
TypeCodeOperations.content_type() |
abstract int |
TypeCode.default_index() |
int |
TypeCodeOperations.default_index() |
abstract TypeCode |
TypeCode.discriminator_type() |
TypeCode |
TypeCodeOperations.discriminator_type() |
short |
TypeCode.fixed_digits() |
short |
TypeCodeOperations.fixed_digits() |
short |
TypeCode.fixed_scale() |
short |
TypeCodeOperations.fixed_scale() |
abstract String |
TypeCode.id() |
String |
TypeCodeOperations.id() |
abstract int |
TypeCode.length() |
int |
TypeCodeOperations.length() |
abstract int |
TypeCode.member_count() |
int |
TypeCodeOperations.member_count() |
abstract Any |
TypeCode.member_label(int index) |
Any |
TypeCodeOperations.member_label(int index) |
abstract String |
TypeCode.member_name(int index) |
String |
TypeCodeOperations.member_name(int index) |
abstract TypeCode |
TypeCode.member_type(int index) |
TypeCode |
TypeCodeOperations.member_type(int index) |
short |
TypeCode.member_visibility(int index) |
short |
TypeCodeOperations.member_visibility(int index) |
abstract String |
TypeCode.name() |
String |
TypeCodeOperations.name() |
short |
TypeCode.type_modifier() |
short |
TypeCodeOperations.type_modifier() |
Modifier and Type | Method and Description |
---|---|
static BadKind |
BadKindHelper.extract(Any any) |
static BadKind |
BadKindHelper.read(InputStream _input) |
Modifier and Type | Method and Description |
---|---|
static void |
BadKindHelper.insert(Any any,
BadKind _value) |
static void |
BadKindHelper.write(OutputStream _output,
BadKind _value) |
Copyright © 2016 JacORB. All rights reserved.