Package gov.aps.jca.dbr
Class DBR_CTRL_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_CTRL_Enum
-
public class DBR_CTRL_Enum extends DBR_LABELS_Enum
-
-
Field Summary
Fields Modifier and Type Field Description static DBRTypeTYPE-
Fields inherited from class gov.aps.jca.dbr.DBR_LABELS_Enum
_strs
-
Fields inherited from class gov.aps.jca.dbr.DBR_STS_Enum
_severity, _status
-
-
Constructor Summary
Constructors Constructor Description DBR_CTRL_Enum()DBR_CTRL_Enum(int count)DBR_CTRL_Enum(short[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRTypegetType()-
Methods inherited from class gov.aps.jca.dbr.DBR_LABELS_Enum
convert, getLabels, printInfo, 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
-
-
-
-
Field Detail
-
TYPE
public static final DBRType TYPE
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_LABELS_Enum
-
-