Package gov.aps.jca.dbr
Class DBR_String
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_String
-
- All Implemented Interfaces:
STRING
- Direct Known Subclasses:
DBR_STS_String
public class DBR_String extends DBR implements STRING
-
-
Constructor Summary
Constructors Constructor Description DBR_String()DBR_String(byte[] value)DBR_String(char[] value)DBR_String(int count)DBR_String(String value)DBR_String(String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)DBRconvert(DBRType convertType, Object params)String[]getStringValue()DBRTypegetType()-
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, setValue
-
-
-
-
Field Detail
-
TYPE
public static final DBRType TYPE
-
-
Method Detail
-
getStringValue
public String[] getStringValue()
- Specified by:
getStringValuein interfaceSTRING
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Specified by:
convertin classDBR- Throws:
CAStatusException- See Also:
DBR.convert(gov.aps.jca.dbr.DBRType)
-
convert
public DBR convert(DBRType convertType, Object params) throws CAStatusException
- Overrides:
convertin classDBR- Throws:
CAStatusException- See Also:
DBR.convert(gov.aps.jca.dbr.DBRType, Object)
-
-