Class TStructureMapParameter

Unit

Declaration

type TStructureMapParameter = class(TBackboneElement)

Description

A Map of relationships between 2 structures that can be used to transform data.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property valueId : string read GetvalueId write SetvalueId;
Public property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement;
Public property valueString : string read GetvalueString write SetvalueString;
Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;
Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;
Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;
Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
Public property valueDate : string read GetvalueDate write SetvalueDate;
Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
Public property valueTime : string read GetvalueTime write SetvalueTime;
Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;
Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property valueId : string read GetvalueId write SetvalueId;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueIdElement : Tid read GetvalueIdElement write SetvalueIdElement;
 
Public property valueString : string read GetvalueString write SetvalueString;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueStringElement : Tstring read GetvalueStringElement write SetvalueStringElement;
 
Public property valueBoolean : boolean read GetvalueBoolean write SetvalueBoolean;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueBooleanElement : Tboolean read GetvalueBooleanElement write SetvalueBooleanElement;
 
Public property valueInteger : integer read GetvalueInteger write SetvalueInteger;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueIntegerElement : Tinteger read GetvalueIntegerElement write SetvalueIntegerElement;
 
Public property valueDecimal : Double read GetvalueDecimal write SetvalueDecimal;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueDecimalElement : Tdecimal read GetvalueDecimalElement write SetvalueDecimalElement;
 
Public property valueDate : string read GetvalueDate write SetvalueDate;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueDateElement : Tdate_ read GetvalueDateElement write SetvalueDateElement;
 
Public property valueTime : string read GetvalueTime write SetvalueTime;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueTimeElement : Ttime_ read GetvalueTimeElement write SetvalueTimeElement;
 
Public property valueDateTime : string read GetvalueDateTime write SetvalueDateTime;

Parameter value - variable or literal. (choose any one of value*, but only one)

Public property valueDateTimeElement : TdateTime_ read GetvalueDateTimeElement write SetvalueDateTimeElement;
 

Generated by PasDoc 0.15.0.