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
 DataType BaseStructureHeader.getDataType()
          Returns the data type for data stored in this structure as a DataType enum.
static DataType DataType.getDataType(int value)
          Obtain the enum from the value.
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.
 

Methods in org.jlab.coda.jevio that return types with arguments of type DataType
 java.util.List<DataType> CompositeData.getTypes()
          This method gets a list of all the types of the data items inside the composite.
 

Methods in org.jlab.coda.jevio with parameters of type DataType
 void BaseStructureHeader.setDataType(DataType dataType)
          Set the numeric data type for the structure.
 

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.