jca.dbr
Class DBR_INFO_DBEnum

java.lang.Object
  |
  +--jca.dbr.DBR_DBEnum
        |
        +--jca.dbr.DBR_STS_DBEnum
              |
              +--jca.dbr.DBR_INFO_DBEnum
All Implemented Interfaces:
DBR, DBR_STS

public class DBR_INFO_DBEnum
extends DBR_STS_DBEnum

This class represents the Channel Access DBR_GR_ENUM type.


Field Summary
protected  java.lang.String[] m_strs
           
 
Fields inherited from class jca.dbr.DBR_STS_DBEnum
m_severity, m_status
 
Fields inherited from class jca.dbr.DBR_DBEnum
m_count, m_value
 
Fields inherited from interface jca.dbr.DBR
BYTE, CTRL_BYTE, CTRL_DOUBLE, CTRL_FLOAT, CTRL_INT, CTRL_SHORT, DOUBLE, ENUM, FLOAT, GR_BYTE, GR_DOUBLE, GR_FLOAT, GR_INT, GR_SHORT, INFO_ENUM, INT, PUT_ACKS, PUT_ACKT, SHORT, STRING, STS_BYTE, STS_DOUBLE, STS_ENUM, STS_FLOAT, STS_INT, STS_SHORT, STS_STRING, STSACK_STRING, TIME_BYTE, TIME_DOUBLE, TIME_ENUM, TIME_FLOAT, TIME_INT, TIME_SHORT, TIME_STRING
 
Constructor Summary
DBR_INFO_DBEnum()
           
DBR_INFO_DBEnum(int count)
           
 
Method Summary
 int nbStrings()
           
 java.lang.String[] strings()
           
 int type()
          Return the DBR type of the object.
 void update(gov.aps.epics.jca.dbr.DBR source)
           
 
Methods inherited from class jca.dbr.DBR_STS_DBEnum
severity, status
 
Methods inherited from class jca.dbr.DBR_DBEnum
count, dataAt, value, valueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jca.dbr.DBR
count, dataAt
 

Field Detail

m_strs

protected java.lang.String[] m_strs
Constructor Detail

DBR_INFO_DBEnum

public DBR_INFO_DBEnum()

DBR_INFO_DBEnum

public DBR_INFO_DBEnum(int count)
Method Detail

type

public int type()
Description copied from interface: DBR
Return the DBR type of the object.

Specified by:
type in interface DBR
Overrides:
type in class DBR_STS_DBEnum

nbStrings

public int nbStrings()

strings

public java.lang.String[] strings()

update

public void update(gov.aps.epics.jca.dbr.DBR source)
Specified by:
update in interface DBR
Overrides:
update in class DBR_STS_DBEnum