%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
- %AddToSaveSet()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %QuoteList()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()