Medical Imaging Interaction Toolkit  2023.12.99-3b10b122
Medical Imaging Interaction Toolkit
berry::ExpressionTagNames Class Reference

#include <berryExpressionTagNames.h>

Static Public Attributes

static const QString ENABLEMENT
 
static const QString AND
 
static const QString OR
 
static const QString NOT
 
static const QString INSTANCEOF
 
static const QString TEST
 
static const QString WITH
 
static const QString ADAPT
 
static const QString COUNT
 
static const QString ITERATE
 
static const QString RESOLVE
 
static const QString SYSTEM_TEST
 
static const QString EQUALS
 
static const QString REFERENCE
 

Detailed Description

Class defining the tag names of the XML elements of the common expression language.

Definition at line 26 of file berryExpressionTagNames.h.

Member Data Documentation

◆ ADAPT

const QString berry::ExpressionTagNames::ADAPT
static

The tag name of the adapt expression (value: adapt)

Definition at line 52 of file berryExpressionTagNames.h.

◆ AND

const QString berry::ExpressionTagNames::AND
static

The tag name of the and expression (value: and)

Definition at line 34 of file berryExpressionTagNames.h.

◆ COUNT

const QString berry::ExpressionTagNames::COUNT
static

The tag name of the count expression (value: count)

Definition at line 55 of file berryExpressionTagNames.h.

◆ ENABLEMENT

const QString berry::ExpressionTagNames::ENABLEMENT
static

The tag name of the enablement expression (value: enablement)

Definition at line 31 of file berryExpressionTagNames.h.

◆ EQUALS

const QString berry::ExpressionTagNames::EQUALS
static

The tag name of the equals expression (value: equals)

Definition at line 67 of file berryExpressionTagNames.h.

◆ INSTANCEOF

const QString berry::ExpressionTagNames::INSTANCEOF
static

The tag name of the instanceof expression (value: instanceof)

Definition at line 43 of file berryExpressionTagNames.h.

◆ ITERATE

const QString berry::ExpressionTagNames::ITERATE
static

The tag name of the adapt expression (value: iterate)

Definition at line 58 of file berryExpressionTagNames.h.

◆ NOT

const QString berry::ExpressionTagNames::NOT
static

The tag name of the not expression (value: not)

Definition at line 40 of file berryExpressionTagNames.h.

◆ OR

const QString berry::ExpressionTagNames::OR
static

The tag name of the or expression (value: or)

Definition at line 37 of file berryExpressionTagNames.h.

◆ REFERENCE

const QString berry::ExpressionTagNames::REFERENCE
static

The tag name of the reference expression (value: reference)

Definition at line 72 of file berryExpressionTagNames.h.

◆ RESOLVE

const QString berry::ExpressionTagNames::RESOLVE
static

The tag name of the resolve expression (value: resolve)

Definition at line 61 of file berryExpressionTagNames.h.

◆ SYSTEM_TEST

const QString berry::ExpressionTagNames::SYSTEM_TEST
static

The tag name of the systemTest expression (value: systemTest)

Definition at line 64 of file berryExpressionTagNames.h.

◆ TEST

const QString berry::ExpressionTagNames::TEST
static

The tag name of the test expression (value: test)

Definition at line 46 of file berryExpressionTagNames.h.

◆ WITH

const QString berry::ExpressionTagNames::WITH
static

The tag name of the with expression (value: with)

Definition at line 49 of file berryExpressionTagNames.h.


The documentation for this class was generated from the following file: