00001
00002
00003
00004
00005
00006
00007
00008
00010
00012
00018 #ifndef _seDRMTablePropertyDescription_h
00019 #define _seDRMTablePropertyDescription_h
00020
00021 #include "seDRMBase.h"
00022
00023 namespace sedris {
00024
00030 class seDRMTablePropertyDescription : public seDRMBase
00031 {
00032 public:
00033
00035 seDRMTablePropertyDescription() {}
00036
00038 seDRMTablePropertyDescription( const seObject &other ) : seDRMBase(other) {}
00039
00041 const SE_Element_Type& get_meaning() { DRMBASE_RET_FIELDS(Table_Property_Description, meaning); }
00042
00044 void set_meaning( const SE_Element_Type &val ) {
00045 DRMBASE_ALLOC_FIELDS;
00046 DRMBASE_ACC_FIELDS(Table_Property_Description, meaning) = val;
00047 }
00048
00050 EDCS_Unit_Code get_value_unit() { DRMBASE_RET_FIELDS(Table_Property_Description, value_unit); }
00051
00053 void set_value_unit( EDCS_Unit_Code val ) { DRMBASE_SET_FIELDS(Table_Property_Description, value_unit, val); }
00054
00056 EDCS_Scale_Code get_value_scale() { DRMBASE_RET_FIELDS(Table_Property_Description, value_scale); }
00057
00059 void set_value_scale( EDCS_Scale_Code val ) { DRMBASE_SET_FIELDS(Table_Property_Description, value_scale, val); }
00060
00062 SE_Data_Table_Data_Value_Type get_value_type() { DRMBASE_RET_FIELDS(Table_Property_Description, value_type); }
00063
00065 void set_value_type( SE_Data_Table_Data_Value_Type val ) { DRMBASE_SET_FIELDS(Table_Property_Description, value_type, val); }
00066
00068 EDCS_Classification_Code get_component_data_table_ecc() { DRMBASE_RET_FIELDS(Table_Property_Description, component_data_table_ecc); }
00069
00071 void set_component_data_table_ecc( EDCS_Classification_Code val ) { DRMBASE_SET_FIELDS(Table_Property_Description, component_data_table_ecc, val); }
00072
00074 virtual SE_DRM_Class getClassType() const { return SE_DRM_CLS_TABLE_PROPERTY_DESCRIPTION; }
00075
00076 };
00077
00078 }
00079
00080 #endif // _seDRMTablePropertyDescription_h