|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.TypeCode
org.openorb.orb.core.typecode.TypeCodeBase
public abstract class TypeCodeBase
This base class is inherited by all the type code classes and provides some extra functionality used in the any classes and when constructing the typecode.
Constructor Summary | |
---|---|
TypeCodeBase()
|
Method Summary | |
---|---|
abstract TypeCodeBase |
_base_type()
|
static org.omg.CORBA.TypeCode |
_base_type(org.omg.CORBA.TypeCode type)
|
abstract boolean |
_is_compact()
|
boolean |
equals(java.lang.Object tc)
|
Methods inherited from class org.omg.CORBA.TypeCode |
---|
concrete_base_type, content_type, default_index, discriminator_type, equal, equivalent, fixed_digits, fixed_scale, get_compact_typecode, id, kind, length, member_count, member_label, member_name, member_type, member_visibility, name, type_modifier |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeCodeBase()
Method Detail |
---|
public abstract TypeCodeBase _base_type()
public abstract boolean _is_compact()
public boolean equals(java.lang.Object tc)
equals
in class java.lang.Object
public static org.omg.CORBA.TypeCode _base_type(org.omg.CORBA.TypeCode type)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |