Package gov.aps.jca.dbr
Class DBR_GR_String
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_String
-
- gov.aps.jca.dbr.DBR_STS_String
-
- gov.aps.jca.dbr.DBR_TIME_String
-
- gov.aps.jca.dbr.DBR_GR_String
-
- Direct Known Subclasses:
DBR_CTRL_String
public class DBR_GR_String extends DBR_TIME_String
-
-
Field Summary
Fields Modifier and Type Field Description static DBRTypeTYPE-
Fields inherited from class gov.aps.jca.dbr.DBR_TIME_String
_stamp
-
Fields inherited from class gov.aps.jca.dbr.DBR_STS_String
_severity, _status
-
-
Constructor Summary
Constructors Constructor Description DBR_GR_String()DBR_GR_String(int count)DBR_GR_String(String[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRTypegetType()-
Methods inherited from class gov.aps.jca.dbr.DBR_TIME_String
convert, getTimeStamp, printInfo, setTimeStamp
-
Methods inherited from class gov.aps.jca.dbr.DBR_STS_String
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface gov.aps.jca.dbr.STS
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
-
-
-
Field Detail
-
TYPE
public static final DBRType TYPE
-
-
Constructor Detail
-
DBR_GR_String
public DBR_GR_String()
-
DBR_GR_String
public DBR_GR_String(int count)
-
DBR_GR_String
public DBR_GR_String(String[] value)
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_TIME_String
-
-