KickJava   Java API By Example, From Geeks To Geeks.

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

org.omg.CORBA
Class NamedValue

java.lang.Object
  extended by org.omg.CORBA.NamedValue
See Also:
Top Examples, Source Code, Any, ARG_IN, ARG_INOUT, ARG_OUT

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


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


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


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

Popular Tags