Searched refs:__id (Results 1 - 2 of 2) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DNameValuePair.java56 * @param __id the name to be associated with the given {@code Any} object
59 public NameValuePair(String __id, org.omg.CORBA.Any __value) { argument
60 id = __id;
H A DValueMember.java101 *@param __id The repository ID of the <code>value</code> member described by
112 public ValueMember(String __name, String __id, String __defined_in, String __version, org.omg.CORBA.TypeCode __type, org.omg.CORBA.IDLType __type_def, short __access) { argument
114 id = __id;

Completed in 112 milliseconds