Class TDISEntityTypeMappingNode
Unit
X3DNodes
Declaration
type TDISEntityTypeMappingNode = class(TAbstractInfoNode, IAbstractUrlObject)
Description
No description available, ancestor TAbstractInfoNode description follows
Base class for all nodes that contain only information without visual semantics.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
class function ClassX3DType: string; override; |
|
 |
class function URNMatching(const URN: string): boolean; override; |
|
 |
procedure SetUrl(const Value: array of string); |
|
Properties
 |
property FdCategory: TSFInt32 read FFdCategory; |
|
 |
property FdCountry: TSFInt32 read FFdCountry; |
|
 |
property FdDomain: TSFInt32 read FFdDomain; |
|
 |
property FdExtra: TSFInt32 read FFdExtra; |
|
 |
property FdSpecific: TSFInt32 read FFdSpecific; |
|
 |
property FdSubcategory: TSFInt32 read FFdSubcategory; |
|
 |
property Category: Integer read GetCategory write SetCategory; |
|
 |
property Country: Integer read GetCountry write SetCountry; |
|
 |
property Domain: Integer read GetDomain write SetDomain; |
|
 |
property Extra: Integer read GetExtra write SetExtra; |
|
 |
property Kind: Integer read GetKind write SetKind; |
|
 |
property Specific: Integer read GetSpecific write SetSpecific; |
|
 |
property Subcategory: Integer read GetSubcategory write SetSubcategory; |
|
Generated by PasDoc 0.15.0.
|