Lines Matching defs:id

725      * The <code>TypeCode</code> object is initialized with the given id,
728 * @param id the repository id for the <code>struct</code>
734 abstract public TypeCode create_struct_tc(String id, String name,
739 * The <code>TypeCode</code> object is initialized with the given id,
742 * @param id the repository id of the <code>union</code>
749 abstract public TypeCode create_union_tc(String id, String name,
755 * The <code>TypeCode</code> object is initialized with the given id,
758 * @param id the repository id for the <code>enum</code>
764 abstract public TypeCode create_enum_tc(String id, String name, String[] members);
769 * The <code>TypeCode</code> object is initialized with the given id,
772 * @param id the repository id for the alias
780 abstract public TypeCode create_alias_tc(String id, String name,
785 * The <code>TypeCode</code> object is initialized with the given id,
788 * @param id the repository id for the <code>exception</code>
794 abstract public TypeCode create_exception_tc(String id, String name,
799 * The <code>TypeCode</code> object is initialized with the given id
802 * @param id the repository id for the interface
808 abstract public TypeCode create_interface_tc(String id, String name);
894 * @param id the logical id for the native type.
898 public org.omg.CORBA.TypeCode create_native_tc(String id,
907 * @param id the logical id for the abstract interface type.
912 String id,
943 * @param id the logical id for the value type.
952 public org.omg.CORBA.TypeCode create_value_tc(String id,
964 * TypeCodes which contain recursion. The id parameter specifies the repository id of
967 * corresponds to the specified repository id, it will function as a normal TypeCode.
997 * @param id the logical id of the referenced type
1000 public org.omg.CORBA.TypeCode create_recursive_tc(String id) {
1008 * @param id the logical id for the value type
1013 public org.omg.CORBA.TypeCode create_value_box_tc(String id,