Class TDataElementMapping

Unit

Declaration

type TDataElementMapping = class(TBackboneElement)

Description

The formal description of a single piece of information that can be gathered and reported.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property identity : string read Getidentity write Setidentity;
Public property identityElement : Tid read GetidentityElement write SetidentityElement;
Public property uri : string read Geturi write Seturi;
Public property uriElement : Turi read GeturiElement write SeturiElement;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property comment : string read Getcomment write Setcomment;
Public property commentElement : Tstring read GetcommentElement write SetcommentElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identity : string read Getidentity write Setidentity;

An internal id that is used to identify this mapping set when specific mappings are made on a per-element basis.

Public property identityElement : Tid read GetidentityElement write SetidentityElement;
 
Public property uri : string read Geturi write Seturi;

An absolute URI that identifies the specification that this mapping is expressed to.

Public property uriElement : Turi read GeturiElement write SeturiElement;
 
Public property name_ : string read Getname_ write Setname_;

A name for the specification that is being mapped to.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property comment : string read Getcomment write Setcomment;

Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage.

Public property commentElement : Tstring read GetcommentElement write SetcommentElement;
 

Generated by PasDoc 0.15.0.