libNuML 1.1.1
Library for reading / writing NuML documents
NUMLTypeCodes.h
Go to the documentation of this file.
1/*
2* ****************************************************************************
3* This file is part of libNUML. Please visit http://code.google.com/p/numl/for more
4* information about NUML, and the latest version of libNUML.
5* Copyright (c) 2013 The University of Manchester.
6*
7* This library is free software; you can redistribute it and/or modify it
8* under the terms of the GNU Lesser General Public License as published
9* by the Free Software Foundation. A copy of the license agreement is
10* provided in the file named "LICENSE.txt" included with this software
11* distribution and also available online as http://www.gnu.org/licenses/lgpl.html
12*
13* Contributors:
14* Joseph O. Dada, The University of Manchester - initial API and implementation
15* ****************************************************************************
16**/
17
18#ifndef NUMLTypeCodes_h
19#define NUMLTypeCodes_h
20
21
23#include <numl/common/extern.h>
24
25LIBNUML_CPP_NAMESPACE_BEGIN
27
28
33typedef enum
34{
53
55
82const char *
84
85
87LIBNUML_CPP_NAMESPACE_END
88
89#endif /* NUMLTypeCodes_h */
LIBNUML_EXTERN const char * NUMLTypeCode_toString(NUMLTypeCode_t tc)
This method takes an NUML type code and returns a string representing the code.
Definition: NUMLTypeCodes.cpp:53
NUMLTypeCode_t
An enumeration of NUML types to help identify NUML objects at runtime.
Definition: NUMLTypeCodes.h:34
@ NUML_UNKNOWN
Definition: NUMLTypeCodes.h:35
@ NUML_COMPOSITEDESCRIPTION
Definition: NUMLTypeCodes.h:49
@ NUML_RESULTCOMPONENT
Definition: NUMLTypeCodes.h:39
@ NUML_RESULTCOMPONENTS
Definition: NUMLTypeCodes.h:40
@ NUML_TUPLES
Definition: NUMLTypeCodes.h:46
@ NUML_ATOMICDESCRIPTION
Definition: NUMLTypeCodes.h:51
@ NUML_ATOMICVALUE
Definition: NUMLTypeCodes.h:47
@ NUML_DOCUMENT
Definition: NUMLTypeCodes.h:36
@ NUML_COMPOSITEVALUES
Definition: NUMLTypeCodes.h:44
@ NUML_TUPLEDESCRIPTION
Definition: NUMLTypeCodes.h:50
@ NUML_ONTOLOGYTERMS
Definition: NUMLTypeCodes.h:37
@ NUML_DIMENSION
Definition: NUMLTypeCodes.h:41
@ NUML_TUPLE
Definition: NUMLTypeCodes.h:45
@ NUML_NUMLLIST
Definition: NUMLTypeCodes.h:52
@ NUML_DIMENSIONDESCRIPTION
Definition: NUMLTypeCodes.h:42
@ NUML_COMPOSITEVALUE
Definition: NUMLTypeCodes.h:43
@ NUML_ATOMICVALUES
Definition: NUMLTypeCodes.h:48
@ NUML_ONTOLOGYTERM
Definition: NUMLTypeCodes.h:38
#define BEGIN_C_DECLS
Definition: extern.h:112
#define LIBNUML_EXTERN
Begin svn Header.
Definition: extern.h:104
#define END_C_DECLS
Definition: extern.h:113