jca.dbr
Class DBR_DBString

java.lang.Object
  |
  +--jca.dbr.DBR_DBString
All Implemented Interfaces:
DBR
Direct Known Subclasses:
DBR_STS_DBString

public class DBR_DBString
extends java.lang.Object
implements DBR

This class represents the Channel Access DBR_STRING type.


Field Summary
 java.lang.String 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_DBString()
           
DBR_DBString(jca.dbr.DBData val)
           
DBR_DBString(java.lang.String str)
           
 
Method Summary
 int count()
          Return the DBR count of the object.
 jca.dbr.DBData dataAt(int at)
           
 int type()
          Return the DBR type of the object.
 void update(gov.aps.epics.jca.dbr.DBR source)
           
 java.lang.String value()
           
 java.lang.String valueAt(int at)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_value

public java.lang.String m_value
Constructor Detail

DBR_DBString

public DBR_DBString()

DBR_DBString

public DBR_DBString(jca.dbr.DBData val)

DBR_DBString

public DBR_DBString(java.lang.String str)
Method Detail

type

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

Specified by:
type in interface DBR

count

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

Specified by:
count in interface DBR

dataAt

public jca.dbr.DBData dataAt(int at)
Specified by:
dataAt in interface DBR

valueAt

public java.lang.String valueAt(int at)

value

public java.lang.String value()

update

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