TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class AttributeDim

java.lang.Object
  extended by fr.esrf.Tango.AttributeDim
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class AttributeDim
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Generated from IDL definition of struct "AttributeDim"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 int dim_x
           
 int dim_y
           
 
Constructor Summary
AttributeDim()
           
AttributeDim(int dim_x, int dim_y)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dim_x

public int dim_x

dim_y

public int dim_y
Constructor Detail

AttributeDim

public AttributeDim()

AttributeDim

public AttributeDim(int dim_x,
                    int dim_y)

TANGO Java API
( TangORB-7.3.3.jar)