Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

seDRMTablePropertyDescription.h

Go to the documentation of this file.
00001 /*
00002  *  Copyright (c) 2004 Accent Geographic. All rights reserved.
00003  *  See the license file for licensing information.
00004  *  Created: Mon Jul 12 23:48:02 2004
00005 
00006  *  DO NOT EDIT THIS FILE! (Autogenerated)
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 } // namespace sedris
00079 
00080 #endif // _seDRMTablePropertyDescription_h

SEDRIS Transmittal Access C++ API 4.0.0 beta - 14 Jul 2004
Copyright © 2004 SEDRIS Docs by Doxygen 1.3.2