#include <CRDFLiteral.h>
List of all members.
Member Enumeration Documentation
The two different types possible for literals
- Enumerator:
-
Constructor & Destructor Documentation
CRDFLiteral::CRDFLiteral |
( |
| ) |
|
Copy Constructor
- Parameters:
-
CRDFLiteral::~CRDFLiteral |
( |
| ) |
|
Member Function Documentation
const std::string & CRDFLiteral::getDataType |
( |
| ) |
const |
Retrieve the data type of the literal
- Returns:
- const std::string & dataType
const std::string & CRDFLiteral::getLanguage |
( |
| ) |
const |
Retrieve the language of the literal
- Returns:
- const std::string & language
const std::string & CRDFLiteral::getLexicalData |
( |
| ) |
const |
Retrieve the lexical data of the literal
- Returns:
- const std::string & lexicalData
Retrieve the type of the literal
- Returns:
- const eLiteralType & type
void CRDFLiteral::setDataType |
( |
const std::string & |
dataType | ) |
|
Set the data type of the literal
- Parameters:
-
const | std::string & dataType |
void CRDFLiteral::setLanguage |
( |
const std::string & |
language | ) |
|
Set the language of the literal
- Parameters:
-
const | std::string & language |
void CRDFLiteral::setLexicalData |
( |
const std::string & |
lexicalData | ) |
|
Set the lexical data of the literal
- Parameters:
-
const | std::string & lexicalData |
Set the type of the literal
- Parameters:
-
The documentation for this class was generated from the following files: