
fr.esrf.Tango.AttributeDim 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 "AttributeDim".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Oct 21, 2017 8:28:20 AM
*/
public class AttributeDim
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public AttributeDim(){}
public int dim_x;
public int dim_y;
public AttributeDim(int dim_x, int dim_y)
{
this.dim_x = dim_x;
this.dim_y = dim_y;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy