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