jca.dbr
Class DBR_INFO_DBEnum

java.lang.Object
  |
  +--jca.dbr.DBR_DBEnum
        |
        +--jca.dbr.DBR_STS_DBEnum
              |
              +--jca.dbr.DBR_INFO_DBEnum

public class DBR_INFO_DBEnum
extends DBR_STS_DBEnum

This class represents the Channel Access DBR_GR_ENUM type.


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.
 
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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.
Overrides:
type in class DBR_STS_DBEnum

nbStrings

public int nbStrings()

strings

public java.lang.String[] strings()