TANGO Java API
( TangORB-7.3.3.jar)

fr.esrf.Tango
Class AttributeDataType

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

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

Generated from IDL definition of enum "AttributeDataType"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
static int _ATT_BOOL
           
static int _ATT_DOUBLE
           
static int _ATT_ENCODED
           
static int _ATT_FLOAT
           
static int _ATT_LONG
           
static int _ATT_LONG64
           
static int _ATT_SHORT
           
static int _ATT_STATE
           
static int _ATT_STRING
           
static int _ATT_UCHAR
           
static int _ATT_ULONG
           
static int _ATT_ULONG64
           
static int _ATT_USHORT
           
static int _DEVICE_STATE
           
static int _NO_DATA
           
static AttributeDataType ATT_BOOL
           
static AttributeDataType ATT_DOUBLE
           
static AttributeDataType ATT_ENCODED
           
static AttributeDataType ATT_FLOAT
           
static AttributeDataType ATT_LONG
           
static AttributeDataType ATT_LONG64
           
static AttributeDataType ATT_SHORT
           
static AttributeDataType ATT_STATE
           
static AttributeDataType ATT_STRING
           
static AttributeDataType ATT_UCHAR
           
static AttributeDataType ATT_ULONG
           
static AttributeDataType ATT_ULONG64
           
static AttributeDataType ATT_USHORT
           
static AttributeDataType DEVICE_STATE
           
static AttributeDataType NO_DATA
           
 
Method Summary
static AttributeDataType from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_ATT_BOOL

public static final int _ATT_BOOL
See Also:
Constant Field Values

ATT_BOOL

public static final AttributeDataType ATT_BOOL

_ATT_SHORT

public static final int _ATT_SHORT
See Also:
Constant Field Values

ATT_SHORT

public static final AttributeDataType ATT_SHORT

_ATT_LONG

public static final int _ATT_LONG
See Also:
Constant Field Values

ATT_LONG

public static final AttributeDataType ATT_LONG

_ATT_LONG64

public static final int _ATT_LONG64
See Also:
Constant Field Values

ATT_LONG64

public static final AttributeDataType ATT_LONG64

_ATT_FLOAT

public static final int _ATT_FLOAT
See Also:
Constant Field Values

ATT_FLOAT

public static final AttributeDataType ATT_FLOAT

_ATT_DOUBLE

public static final int _ATT_DOUBLE
See Also:
Constant Field Values

ATT_DOUBLE

public static final AttributeDataType ATT_DOUBLE

_ATT_UCHAR

public static final int _ATT_UCHAR
See Also:
Constant Field Values

ATT_UCHAR

public static final AttributeDataType ATT_UCHAR

_ATT_USHORT

public static final int _ATT_USHORT
See Also:
Constant Field Values

ATT_USHORT

public static final AttributeDataType ATT_USHORT

_ATT_ULONG

public static final int _ATT_ULONG
See Also:
Constant Field Values

ATT_ULONG

public static final AttributeDataType ATT_ULONG

_ATT_ULONG64

public static final int _ATT_ULONG64
See Also:
Constant Field Values

ATT_ULONG64

public static final AttributeDataType ATT_ULONG64

_ATT_STRING

public static final int _ATT_STRING
See Also:
Constant Field Values

ATT_STRING

public static final AttributeDataType ATT_STRING

_ATT_STATE

public static final int _ATT_STATE
See Also:
Constant Field Values

ATT_STATE

public static final AttributeDataType ATT_STATE

_DEVICE_STATE

public static final int _DEVICE_STATE
See Also:
Constant Field Values

DEVICE_STATE

public static final AttributeDataType DEVICE_STATE

_ATT_ENCODED

public static final int _ATT_ENCODED
See Also:
Constant Field Values

ATT_ENCODED

public static final AttributeDataType ATT_ENCODED

_NO_DATA

public static final int _NO_DATA
See Also:
Constant Field Values

NO_DATA

public static final AttributeDataType NO_DATA
Method Detail

value

public int value()

from_int

public static AttributeDataType from_int(int value)

TANGO Java API
( TangORB-7.3.3.jar)