Skip to main content

%Document.Model.Schema.field

class %Document.Model.Schema.field extends %Document.Model.Schema.node

Property Inventory

Method Inventory

Properties

relationship collection as collection (XMLPROJECTION = "none") [ Inverse = fields , Cardinality = one ];
Thing that this property belongs to.
Property methods: collectionGet(), collectionGetObject(), collectionGetObjectId(), collectionGetSwizzled(), collectionIsValid(), collectionNewObject(), collectionRClose(), collectionRExec(), collectionRFetch(), collectionRelate(), collectionSQLCompute(), collectionSet(), collectionUnRelate()
property derived as %ZEN.Datatype.boolean (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
Property methods: derivedDisplayToLogical(), derivedGet(), derivedIsValid(), derivedLogicalToDisplay(), derivedLogicalToOdbc(), derivedLogicalToXSD(), derivedNormalize(), derivedSet(), derivedXSDToLogical()
property expression as %String (MAXLEN = 4000, XMLPROJECTION = "ELEMENT");
Property methods: expressionDisplayToLogical(), expressionGet(), expressionIsValid(), expressionLogicalToDisplay(), expressionLogicalToOdbc(), expressionNormalize(), expressionSet()
property fieldType as %String (MAXLEN = 255, XMLCHOICELIST = "dynamic,static", XMLPROJECTION = "attribute");
Property methods: fieldTypeDisplayToLogical(), fieldTypeGet(), fieldTypeIsValid(), fieldTypeLogicalToDisplay(), fieldTypeLogicalToOdbc(), fieldTypeNormalize(), fieldTypeSet()
property required as %ZEN.Datatype.boolean (XMLPROJECTION = "ATTRIBUTE") [ InitialExpression = 0 ];
Property methods: requiredDisplayToLogical(), requiredGet(), requiredIsValid(), requiredLogicalToDisplay(), requiredLogicalToOdbc(), requiredLogicalToXSD(), requiredNormalize(), requiredSet(), requiredXSDToLogical()
property type as %String (MAXLEN = 255, XMLPROJECTION = "attribute");
Property methods: typeDisplayToLogical(), typeGet(), typeIsValid(), typeLogicalToDisplay(), typeLogicalToOdbc(), typeNormalize(), typeSet()

Methods

method %Validate() as %Status
Test if this definition is valid.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab