
fr.esrf.Tango.DevPipeDataElt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JavaTangoIDL Show documentation
Show all versions of JavaTangoIDL Show documentation
Java Tango IDL (compiled with jacorb IDL compiler, http://www.jacorb.org)
package fr.esrf.Tango;
/**
* Generated from IDL struct "DevPipeDataElt".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Oct 21, 2017 8:28:20 AM
*/
public class DevPipeDataElt
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public DevPipeDataElt(){}
public java.lang.String name = "";
public fr.esrf.Tango.AttrValUnion value;
public fr.esrf.Tango.DevPipeDataElt[] inner_blob;
public java.lang.String inner_blob_name = "";
public DevPipeDataElt(java.lang.String name, fr.esrf.Tango.AttrValUnion value, fr.esrf.Tango.DevPipeDataElt[] inner_blob, java.lang.String inner_blob_name)
{
this.name = name;
this.value = value;
this.inner_blob = inner_blob;
this.inner_blob_name = inner_blob_name;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy