Package gov.aps.jca.dbr
Class DBR_STS_String
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_String
-
- gov.aps.jca.dbr.DBR_STS_String
-
- Direct Known Subclasses:
DBR_STSACK_String,DBR_TIME_String
public class DBR_STS_String extends DBR_String implements STS
-
-
Constructor Summary
Constructors Constructor Description DBR_STS_String()DBR_STS_String(int count)DBR_STS_String(String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)SeveritygetSeverity()StatusgetStatus()DBRTypegetType()voidprintInfo(PrintStream out)voidsetSeverity(int severity)voidsetSeverity(Severity severity)voidsetStatus(int status)voidsetStatus(Status status)-
Methods inherited from class gov.aps.jca.dbr.DBR_String
convert, getStringValue
-
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, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, setValue
-
-
-
-
Constructor Detail
-
DBR_STS_String
public DBR_STS_String()
-
DBR_STS_String
public DBR_STS_String(int count)
-
DBR_STS_String
public DBR_STS_String(String[] value)
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_String
-
getSeverity
public Severity getSeverity()
- Specified by:
getSeverityin interfaceSTS
-
setSeverity
public void setSeverity(int severity)
- Specified by:
setSeverityin interfaceSTS
-
setSeverity
public void setSeverity(Severity severity)
- Specified by:
setSeverityin interfaceSTS
-
printInfo
public void printInfo(PrintStream out)
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_String- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-