Package gov.aps.jca.dbr
Class DBR_TIME_LABELS_Enum
- java.lang.Object
-
- gov.aps.jca.dbr.DBR
-
- gov.aps.jca.dbr.DBR_Enum
-
- gov.aps.jca.dbr.DBR_STS_Enum
-
- gov.aps.jca.dbr.DBR_LABELS_Enum
-
- gov.aps.jca.dbr.DBR_TIME_LABELS_Enum
-
-
Constructor Summary
Constructors Constructor Description DBR_TIME_LABELS_Enum()DBR_TIME_LABELS_Enum(int count)DBR_TIME_LABELS_Enum(short[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)TimeStampgetTimeStamp()voidprintInfo(PrintStream out)voidsetTimeStamp(TimeStamp stamp)-
Methods inherited from class gov.aps.jca.dbr.DBR_LABELS_Enum
getLabels, getType, setLabels
-
Methods inherited from class gov.aps.jca.dbr.DBR_STS_Enum
getSeverity, getStatus, setSeverity, setSeverity, setStatus, setStatus
-
Methods inherited from class gov.aps.jca.dbr.DBR_Enum
getEnumValue
-
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, 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
-
_stamp
protected TimeStamp _stamp
-
-
Method Detail
-
getTimeStamp
public TimeStamp getTimeStamp()
- Specified by:
getTimeStampin interfaceTIME
-
setTimeStamp
public void setTimeStamp(TimeStamp stamp)
- Specified by:
setTimeStampin interfaceTIME
-
printInfo
public void printInfo(PrintStream out)
- Overrides:
printInfoin classDBR_LABELS_Enum
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_LABELS_Enum- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-