KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > TypeCode

org.omg.CORBA
Class TypeCode

java.lang.Object
  extended by org.omg.CORBA.TypeCode
All Implemented Interfaces:
Serializable, IDLEntity
See Also:
Top Examples, Source Code

public abstract TypeCode concrete_base_type()
                                     throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TypeCode content_type()
                               throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int default_index()
                           throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TypeCode discriminator_type()
                                     throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean equal(TypeCode tc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract boolean equivalent(TypeCode tc)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short fixed_digits()
                            throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short fixed_scale()
                           throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TypeCode get_compact_typecode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String id()
                   throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TCKind kind()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int length()
                    throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int member_count()
                          throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract Any member_label(int index)
                          throws BadKind,
                                 Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String member_name(int index)
                            throws BadKind,
                                   Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract TypeCode member_type(int index)
                              throws BadKind,
                                     Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short member_visibility(int index)
                                 throws BadKind,
                                        Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String name()
                     throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TypeCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract short type_modifier()
                             throws BadKind
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags