10#ifndef UNIPARAMETERTYPE_H
11#define UNIPARAMETERTYPE_H 1
15#include "TTimeStamp.h"
28 TString str_type_name;
static UniParameterType * GetParameterType(int type_id)
get parameter type from the database
int GetTypeId()
get type id of the current parameter type
int SetTypeName(TString type_name)
set type name of the current parameter type
static int DeleteParameterType(int type_id)
delete parameter type from the database
virtual ~UniParameterType()
static int PrintAll()
print all parameter types
static int CheckParameterTypeExists(int type_id)
check parameter type exists in the database: 1- true, 0 - false, <0 - database operation error
TString GetTypeName()
get type name of the current parameter type
ClassDef(UniParameterType, 1)
static UniParameterType * CreateParameterType(TString type_name)
add new parameter type to the database
void Print()
print information about current parameter type