gov.aps.jca.dbr
Class DBR_Double

java.lang.Object
  |
  +--gov.aps.jca.dbr.DBR
        |
        +--gov.aps.jca.dbr.DBR_Double
All Implemented Interfaces:
DOUBLE
Direct Known Subclasses:
DBR_STS_Double

public class DBR_Double
extends DBR
implements DOUBLE


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_Double()
           
DBR_Double(double[] value)
           
DBR_Double(int count)
           
 
Method Summary
 double[] getDoubleValue()
           
 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_Double

public DBR_Double()

DBR_Double

public DBR_Double(int count)

DBR_Double

public DBR_Double(double[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getDoubleValue

public double[] getDoubleValue()
Specified by:
getDoubleValue in interface DOUBLE