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
All Implemented Interfaces:
ENUM, LABELS, STS

public class DBR_LABELS_Enum
extends DBR_STS_Enum
implements LABELS


Field Summary
static DBRType TYPE
           
 
Constructor Summary
DBR_LABELS_Enum()
           
DBR_LABELS_Enum(int count)
           
DBR_LABELS_Enum(short[] value)
           
 
Method Summary
 java.lang.String[] getLabels()
           
 DBRType getType()
           
 void printInfo(java.io.PrintStream out)
           
 void setLabels(java.lang.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
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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_LABELS_Enum

public DBR_LABELS_Enum()

DBR_LABELS_Enum

public DBR_LABELS_Enum(int count)

DBR_LABELS_Enum

public DBR_LABELS_Enum(short[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR_STS_Enum

getLabels

public java.lang.String[] getLabels()
Specified by:
getLabels in interface LABELS

setLabels

public void setLabels(java.lang.String[] strs)
Specified by:
setLabels in interface LABELS

printInfo

public void printInfo(java.io.PrintStream out)
Overrides:
printInfo in class DBR_STS_Enum