
fr.esrf.Tango.ChangeEventProp 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 "ChangeEventProp".
*
* @author JacORB IDL compiler V 3.8
* @version generated at Sep 13, 2018 7:12:39 PM
*/
public class ChangeEventProp
implements org.omg.CORBA.portable.IDLEntity
{
/** Serial version UID. */
private static final long serialVersionUID = 1L;
public ChangeEventProp(){}
public java.lang.String rel_change = "";
public java.lang.String abs_change = "";
public java.lang.String[] extensions;
public ChangeEventProp(java.lang.String rel_change, java.lang.String abs_change, java.lang.String[] extensions)
{
this.rel_change = rel_change;
this.abs_change = abs_change;
this.extensions = extensions;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy