fr.esrf.Tango
Class AttributeValue
java.lang.Object
fr.esrf.Tango.AttributeValue
- All Implemented Interfaces:
- java.io.Serializable, org.omg.CORBA.portable.IDLEntity
public final class AttributeValue
- extends java.lang.Object
- implements org.omg.CORBA.portable.IDLEntity
Generated from IDL definition of struct "AttributeValue"
- Author:
- JacORB IDL compiler
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public org.omg.CORBA.Any value
quality
public AttrQuality quality
time
public TimeVal time
name
public java.lang.String name
dim_x
public int dim_x
dim_y
public int dim_y
AttributeValue
public AttributeValue()
AttributeValue
public AttributeValue(org.omg.CORBA.Any value,
AttrQuality quality,
TimeVal time,
java.lang.String name,
int dim_x,
int dim_y)