All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fr.esrf.Tango.DevVarLongStringArray Maven / Gradle / Ivy

There is a newer version: 10.0.0
Show newest version
package fr.esrf.Tango;

/**
 * Generated from IDL struct "DevVarLongStringArray".
 *
 * @author JacORB IDL compiler V 3.8
 * @version generated at Oct 21, 2017 8:28:20 AM
 */

public class DevVarLongStringArray
	implements org.omg.CORBA.portable.IDLEntity
{
	/** Serial version UID. */
	private static final long serialVersionUID = 1L;
	public DevVarLongStringArray(){}
	public int[] lvalue;
	public java.lang.String[] svalue;
	public DevVarLongStringArray(int[] lvalue, java.lang.String[] svalue)
	{
		this.lvalue = lvalue;
		this.svalue = svalue;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy