29 lines
606 B
Java
29 lines
606 B
Java
package FoamXServer;
|
|
|
|
|
|
/**
|
|
* FoamXServer/FoamXAny.java .
|
|
* Generated by the IDL-to-Java compiler (portable), version "3.1"
|
|
* from FoamX.idl
|
|
* 02 April 2007 09:53:40 o'clock BST
|
|
*/
|
|
|
|
|
|
// -------------------------------------------------------------------------
|
|
public final class FoamXAny implements org.omg.CORBA.portable.IDLEntity
|
|
{
|
|
public FoamXServer.FoamXType type = null;
|
|
public org.omg.CORBA.Any value = null;
|
|
|
|
public FoamXAny ()
|
|
{
|
|
} // ctor
|
|
|
|
public FoamXAny (FoamXServer.FoamXType _type, org.omg.CORBA.Any _value)
|
|
{
|
|
type = _type;
|
|
value = _value;
|
|
} // ctor
|
|
|
|
} // class FoamXAny
|