KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Class NameValuePair

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

public String id
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public NameValuePair(String __id,
                     Any __value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Any value
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags