Class THydmodData

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type THydmodData = class(TModflowScreenObjectProperty)

Description

no description available, TModflowScreenObjectProperty description follows

Hierarchy

Overview

Fields

Private FIsUsed: boolean;
Private FSubCompaction: boolean;
Private FSubLayerGroup: string;
Private FSubNoDelayBed: string;
Private FAssignmentMethod: TAssignmentMethod;
Private FHead: boolean;
Private FSubSubsidence: boolean;
Private FSfrOutFlow: boolean;
Private FHydrographLabel: string;
Private FSubUsedLayers: TUseLayersCollection;
Private FSfrInFlow: boolean;
Private FSfrStage: boolean;
Private FDrawdown: boolean;
Private FSfrAquiferExchange: boolean;
Private FLayerGroup: TLayerGroup;
Private FNoDelayItem: TSubNoDelayBedLayerItem;
Private FSubPreconsolidationHead: boolean;

Methods

Private procedure SetBooleanProperty(var AField: boolean; NewValue: boolean);
Private procedure SetStringProperty(var AField: string; NewValue: string);
Private procedure SetIsUsed(const Value: boolean);
Private procedure SetAssignmentMethod(const Value: TAssignmentMethod);
Private procedure SetDrawdown(const Value: boolean);
Private procedure SetHead(const Value: boolean);
Private procedure SetHydrographLabel(const Value: string);
Private procedure SetSfrAquiferExchange(const Value: boolean);
Private procedure SetSfrInFlow(const Value: boolean);
Private procedure SetSfrOutFlow(const Value: boolean);
Private procedure SetSfrStage(const Value: boolean);
Private procedure SetSubCompaction(const Value: boolean);
Private procedure SetSubLayerGroup(const Value: string);
Private procedure SetSubNoDelayBed(const Value: string);
Private procedure SetSubSubsidence(const Value: boolean);
Private procedure SetSubUsedLayers(const Value: TUseLayersCollection);
Private function GetSubLayerGroup: string;
Private function GetSubNoDelayBed: string;
Private procedure SetSubPreconsolidationHead(const Value: boolean);
Public procedure Assign(Source: TPersistent); override;
Public Constructor Create(Model: TBaseModel; ScreenObject: TObject);
Public Destructor Destroy; override;
Public function Used: boolean; override;
Public procedure Loaded;
Public procedure SubLayerNumbers(var IntArray: TOneDIntegerArray);

Properties

Published property IsUsed: boolean read FIsUsed write SetIsUsed;
Published property AssignmentMethod: TAssignmentMethod read FAssignmentMethod write SetAssignmentMethod;
Published property HydrographLabel: string read FHydrographLabel write SetHydrographLabel;
Published property Head: boolean read FHead write SetHead;
Published property Drawdown: boolean read FDrawdown write SetDrawdown;
Published property SfrStage: boolean read FSfrStage write SetSfrStage;
Published property SfrInFlow: boolean read FSfrInFlow write SetSfrInFlow;
Published property SfrOutFlow: boolean read FSfrOutFlow write SetSfrOutFlow;
Published property SfrAquiferExchange: boolean read FSfrAquiferExchange write SetSfrAquiferExchange;
Published property SubPreconsolidationHead: boolean read FSubPreconsolidationHead write SetSubPreconsolidationHead;
Published property SubCompaction: boolean read FSubCompaction write SetSubCompaction;
Published property SubSubsidence: boolean read FSubSubsidence write SetSubSubsidence;
Published property SubLayerGroup: string read GetSubLayerGroup write SetSubLayerGroup;
Published property SubNoDelayBed: string read GetSubNoDelayBed write SetSubNoDelayBed;
Published property SubUsedLayers: TUseLayersCollection read FSubUsedLayers write SetSubUsedLayers;

Description

Fields

Private FIsUsed: boolean;
 
Private FSubCompaction: boolean;
 
Private FSubLayerGroup: string;
 
Private FSubNoDelayBed: string;
 
Private FAssignmentMethod: TAssignmentMethod;
 
Private FHead: boolean;
 
Private FSubSubsidence: boolean;
 
Private FSfrOutFlow: boolean;
 
Private FHydrographLabel: string;
 
Private FSubUsedLayers: TUseLayersCollection;
 
Private FSfrInFlow: boolean;
 
Private FSfrStage: boolean;
 
Private FDrawdown: boolean;
 
Private FSfrAquiferExchange: boolean;
 
Private FLayerGroup: TLayerGroup;
 
Private FNoDelayItem: TSubNoDelayBedLayerItem;
 
Private FSubPreconsolidationHead: boolean;
 

Methods

Private procedure SetBooleanProperty(var AField: boolean; NewValue: boolean);
 
Private procedure SetStringProperty(var AField: string; NewValue: string);
 
Private procedure SetIsUsed(const Value: boolean);
 
Private procedure SetAssignmentMethod(const Value: TAssignmentMethod);
 
Private procedure SetDrawdown(const Value: boolean);
 
Private procedure SetHead(const Value: boolean);
 
Private procedure SetHydrographLabel(const Value: string);
 
Private procedure SetSfrAquiferExchange(const Value: boolean);
 
Private procedure SetSfrInFlow(const Value: boolean);
 
Private procedure SetSfrOutFlow(const Value: boolean);
 
Private procedure SetSfrStage(const Value: boolean);
 
Private procedure SetSubCompaction(const Value: boolean);
 
Private procedure SetSubLayerGroup(const Value: string);
 
Private procedure SetSubNoDelayBed(const Value: string);
 
Private procedure SetSubSubsidence(const Value: boolean);
 
Private procedure SetSubUsedLayers(const Value: TUseLayersCollection);
 
Private function GetSubLayerGroup: string;
 
Private function GetSubNoDelayBed: string;
 
Private procedure SetSubPreconsolidationHead(const Value: boolean);
 
Public procedure Assign(Source: TPersistent); override;
 
Public Constructor Create(Model: TBaseModel; ScreenObject: TObject);
 
Public Destructor Destroy; override;
 
Public function Used: boolean; override;
 
Public procedure Loaded;
 
Public procedure SubLayerNumbers(var IntArray: TOneDIntegerArray);
 

Properties

Published property IsUsed: boolean read FIsUsed write SetIsUsed;
 
Published property AssignmentMethod: TAssignmentMethod read FAssignmentMethod write SetAssignmentMethod;
 
Published property HydrographLabel: string read FHydrographLabel write SetHydrographLabel;
 
Published property Head: boolean read FHead write SetHead;

BAS HD

Published property Drawdown: boolean read FDrawdown write SetDrawdown;

BAS DD

Published property SfrStage: boolean read FSfrStage write SetSfrStage;

SFR ST

Published property SfrInFlow: boolean read FSfrInFlow write SetSfrInFlow;

SFR SI

Published property SfrOutFlow: boolean read FSfrOutFlow write SetSfrOutFlow;

SFR SO

Published property SfrAquiferExchange: boolean read FSfrAquiferExchange write SetSfrAquiferExchange;

SFR SA

Published property SubPreconsolidationHead: boolean read FSubPreconsolidationHead write SetSubPreconsolidationHead;

SUB HC

Published property SubCompaction: boolean read FSubCompaction write SetSubCompaction;

SUB CP

Published property SubSubsidence: boolean read FSubSubsidence write SetSubSubsidence;

SUB SB

Published property SubLayerGroup: string read GetSubLayerGroup write SetSubLayerGroup;
 
Published property SubNoDelayBed: string read GetSubNoDelayBed write SetSubNoDelayBed;
 
Published property SubUsedLayers: TUseLayersCollection read FSubUsedLayers write SetSubUsedLayers;
 

Generated by PasDoc 0.12.1 on 2013-05-13 15:41:46