gov.aps.jca.dbr
Class DBR_Enum

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Enum
All Implemented Interfaces:
ENUM
Direct Known Subclasses:
DBR_STS_Enum

public class DBR_Enum
extends DBR
implements ENUM


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_Enum()
           
DBR_Enum(int count)
           
DBR_Enum(short[] value)
           
 
Method Summary
 short[] getEnumValue()
           
 DBRType getType()
           
 
Methods inherited from class gov.aps.jca.dbr.DBR
getCount, getValue, isBYTE, isBYTE, isCTRL, isCTRL, isDOUBLE, isDOUBLE, isENUM, isENUM, isFLOAT, isFLOAT, isGR, isGR, isINT, isINT, isLABELS, isLABELS, isPRECISION, isPRECSION, isSHORT, isSHORT, isSTRING, isSTRING, isSTS, isSTS, isTIME, isTIME, printInfo, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_Enum

public DBR_Enum()

DBR_Enum

public DBR_Enum(int count)

DBR_Enum

public DBR_Enum(short[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getEnumValue

public short[] getEnumValue()
Specified by:
getEnumValue in interface ENUM