Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentAttribute
Packages that use DocumentAttribute
Package
Description
-
Uses of DocumentAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentAttributeModifier and TypeMethodDescriptionMdClassFactory.createDocumentAttribute()
Returns a new object of class 'Document Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type DocumentAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentAttribute>
Document.getAttributes()
Returns the value of the 'Attributes' containment reference list.org.eclipse.emf.common.util.EList<DocumentAttribute>
Column.getReferences()
Returns the value of the 'References' reference list. -
Uses of DocumentAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement DocumentAttributeModifier and TypeClassDescriptionclass
An implementation of the model object 'Document Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentAttributeMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentAttributeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DocumentAttribute>
DocumentImpl.getAttributes()
org.eclipse.emf.common.util.EList<DocumentAttribute>
ColumnImpl.getReferences()
-
Uses of DocumentAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type DocumentAttributeModifier and TypeMethodDescriptionMdClassSwitch.caseDocumentAttribute
(DocumentAttribute object) Returns the result of interpreting the object as an instance of 'Document Attribute'.boolean
MdClassValidator.validateDocumentAttribute
(DocumentAttribute documentAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)