openfoam/applications/utilities/preProcessing/FoamX/Java/FoamXServer/FoamXAny.java
2008-04-15 18:56:58 +01:00

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