Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Aviation.Cubes.Aircraft.StarDamage

persistent class Aviation.Cubes.Aircraft.StarDamage extends %DeepSee.DimensionTable

SQL Table Name: Aviation_Cubes_Aircraft.StarDamage

Dimension table for cube 'AviationAircraft' THIS IS A GENERATED CLASS, DO NOT EDIT.
Generated by %DeepSee.Generator:%CreateStarTable.

This class was generated by : Aviation.Cubes.Aircraft.CLS

Property Inventory

Method Inventory

Parameters

parameter CUBENAME = AviationAircraft;
Inherited description: Name of the cube that created this dimension table.
parameter DESCRIPTIONPROPERTY;
parameter KEYPROPERTY = DxDamage;

Properties

property Dx422015869 as %String (MAXLEN = 2000);
Dimension property: Dx422015869
Source: $case(%source.Damage, "Destroyed":3, "Substantial":2, "Minor":1, "None":0, :99)
Property methods: Dx422015869DisplayToLogical(), Dx422015869Get(), Dx422015869GetStored(), Dx422015869IsValid(), Dx422015869LogicalToDisplay(), Dx422015869LogicalToOdbc(), Dx422015869Normalize(), Dx422015869Set()
property DxDamage as %String (COLLATION = "SQLUPPER(113)", MAXLEN = 2000) [ Required ];
Dimension property: DxDamage
Source: Damage
Property methods: DxDamageDisplayToLogical(), DxDamageGet(), DxDamageGetStored(), DxDamageLogicalToDisplay(), DxDamageLogicalToOdbc(), DxDamageNormalize(), DxDamageSet()

Methods

classmethod %Count() as %Integer
Return the total number of members within this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetDimensionProperty(pProp As %String, pID As %String, Output pFormat As %String, Output pType As %String) as %String
Fetch the value of a given dimension property.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod %GetMemberSpec(pMemberId As %String, pCubeName As %String, pDimNo As %Integer, pHierNo As %Integer, pLevelNo As %Integer) as %String
Return the specification string for the given member.
Generated by %DeepSee.Generator:%CreateStarTable.
classmethod DxDamageIsValid(pArg As %String) as %Status
Validate the KEY value for this dimension.
Generated by %DeepSee.Generator:%CreateStarTable.

Indexes

index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (Idx1 on Dx422015869);
Index methods: Idx1Exists()
index (Primary on DxDamage) [Unique];
Index methods: PrimaryCheck(), PrimaryCheckUnique(), PrimaryDelete(), PrimaryExists(), PrimaryOpen(), PrimarySQLCheckUnique(), PrimarySQLExists(), PrimarySQLFindPKeyByConstraint(), PrimarySQLFindRowIDByConstraint()

Inherited Members

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: CacheStorage (Aviation.Cubes.Aircraft.StarDamage)

^DeepSee.Dimension("AVIATION.CUBES.AIRCRAFT.STARDAMAGE")(ID)
=
%%CLASSNAME
Dx422015869
DxDamage
FeedbackOpens in a new tab