gov.aps.jca.dbr
Class DBR_Short

java.lang.Object
  extended by gov.aps.jca.dbr.DBR
      extended by gov.aps.jca.dbr.DBR_Short
All Implemented Interfaces:
SHORT
Direct Known Subclasses:
DBR_STS_Short

public class DBR_Short
extends DBR
implements SHORT


Field Summary
static DBRType TYPE
           
 
Fields inherited from class gov.aps.jca.dbr.DBR
_count, _value
 
Constructor Summary
DBR_Short()
           
DBR_Short(int count)
           
DBR_Short(short[] value)
           
 
Method Summary
 DBR convert(DBRType convertType)
           
 short[] getShortValue()
           
 DBRType getType()
           
 
Methods inherited from class gov.aps.jca.dbr.DBR
convert, 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, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_Short

public DBR_Short()

DBR_Short

public DBR_Short(int count)

DBR_Short

public DBR_Short(short[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getShortValue

public short[] getShortValue()
Specified by:
getShortValue in interface SHORT

convert

public DBR convert(DBRType convertType)
            throws CAStatusException
Specified by:
convert in class DBR
Throws:
CAStatusException
See Also:
DBR.convert(gov.aps.jca.dbr.DBRType)


Copyright © 2004-2008 Cosylab. All Rights Reserved.