gov.aps.jca.dbr
Class DBR_String

java.lang.Object
  extended by gov.aps.jca.dbr.DBR
      extended by gov.aps.jca.dbr.DBR_String
All Implemented Interfaces:
STRING
Direct Known Subclasses:
DBR_STS_String

public class DBR_String
extends DBR
implements STRING


Field Summary
static DBRType TYPE
           
 
Fields inherited from class gov.aps.jca.dbr.DBR
_count, _value
 
Constructor Summary
DBR_String()
           
DBR_String(byte[] value)
           
DBR_String(char[] value)
           
DBR_String(int count)
           
DBR_String(java.lang.String value)
           
DBR_String(java.lang.String[] value)
           
 
Method Summary
 DBR convert(DBRType convertType)
           
 DBR convert(DBRType convertType, java.lang.Object params)
           
 java.lang.String[] getStringValue()
           
 DBRType getType()
           
 
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, printInfo, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, printValue, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final DBRType TYPE
Constructor Detail

DBR_String

public DBR_String()

DBR_String

public DBR_String(int count)

DBR_String

public DBR_String(byte[] value)

DBR_String

public DBR_String(java.lang.String value)

DBR_String

public DBR_String(char[] value)

DBR_String

public DBR_String(java.lang.String[] value)
Method Detail

getType

public DBRType getType()
Overrides:
getType in class DBR

getStringValue

public java.lang.String[] getStringValue()
Specified by:
getStringValue in interface STRING

convert

public DBR convert(DBRType convertType)
            throws CAStatusException
Specified by:
convert in class DBR
Throws:
CAStatusException
See Also:
DBR.convert(gov.aps.jca.dbr.DBRType)

convert

public DBR convert(DBRType convertType,
                   java.lang.Object params)
            throws CAStatusException
Overrides:
convert in class DBR
Throws:
CAStatusException
See Also:
DBR.convert(gov.aps.jca.dbr.DBRType, Object)


Copyright © 2004-2008 Cosylab. All Rights Reserved.