Uses of Class
org.jlab.coda.jevio.DataType

Uses of DataType in org.jlab.coda.jevio
 

Methods in org.jlab.coda.jevio that return DataType
static DataType DataType.getDataType(int value)
          Obtain the enum from the value.
 DataType BaseStructureHeader.getDataTypeEnum()
          Returns the data type for data stored in this structure as a DataType enum.
static DataType DataType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DataType[] DataType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jlab.coda.jevio with parameters of type DataType
BankHeader(int tag, DataType dataType, int num)
          Constructor
BaseStructureHeader(int tag, DataType dataType)
          Constructor
BaseStructureHeader(int tag, DataType dataType, int num)
          Constructor
EventBuilder(int tag, DataType dataType, int num)
          This is the constructor to use for an EventBuilder object that will operate on a new, empty event.
EvioBank(int tag, DataType dataType, int num)
          This is the general constructor to use for a Bank.
EvioEvent(int tag, DataType dataType, int num)
          This is a general constructor to use for an EvioEvent.
EvioSegment(int tag, DataType dataType)
          This is the general constructor to use for a Segment.
EvioTagSegment(int tag, DataType dataType)
          This is the general constructor to use for a TagSegment.
SegmentHeader(int tag, DataType dataType)
          Constructor.
TagSegmentHeader(int tag, DataType dataType)
          Constructor.