AlgorithmService  1.0.0
iparameter.idl
Vá para a documentação deste arquivo.
00001 
00015 #ifndef _IPARAMETERVALUE_IDL
00016 #define _IPARAMETERVALUE_IDL
00017 
00018 module tecgraf {
00019 
00020 module openbus {
00021 
00022 module algorithmservice {
00023 
00024 module v1_0 {
00025     exception ConversionToTextException {string message;};
00026     
00030     valuetype IParameterValue {
00036         string convertToText()
00037             raises(ConversionToTextException);
00038 
00042         string getIDLType();
00043     };
00044 
00045 }; // version
00046 
00047 }; // algorithmservice
00048 
00049 }; // openbus
00050 
00051 }; // tecgraf
00052 
00053 #endif
 Todos Classes Arquivos Funções Variáveis