Package gov.aps.jca.dbr
Class DBR_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
-
- Direct Known Subclasses:
DBR_CTRL_Enum,DBR_TIME_LABELS_Enum
public class DBR_LABELS_Enum extends DBR_STS_Enum implements LABELS
-
-
Constructor Summary
Constructors Constructor Description DBR_LABELS_Enum()DBR_LABELS_Enum(int count)DBR_LABELS_Enum(short[] value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DBRconvert(DBRType convertType)String[]getLabels()DBRTypegetType()voidprintInfo(PrintStream out)voidsetLabels(String[] strs)-
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
-
-
-
-
Method Detail
-
getType
public DBRType getType()
- Overrides:
getTypein classDBR_STS_Enum
-
printInfo
public void printInfo(PrintStream out)
- Overrides:
printInfoin classDBR_STS_Enum
-
convert
public DBR convert(DBRType convertType) throws CAStatusException
- Overrides:
convertin classDBR_STS_Enum- Throws:
CAStatusException- See Also:
DBR_Byte.convert(gov.aps.jca.dbr.DBRType)
-
-