Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.DocumentAttribute
-
Packages that use DocumentAttribute Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of DocumentAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return DocumentAttribute Modifier and Type Method Description DocumentAttribute
MdClassFactory. 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 DocumentAttribute Modifier and Type Method Description org.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 DocumentAttribute Modifier and Type Class Description class
DocumentAttributeImpl
An implementation of the model object 'Document Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return DocumentAttribute Modifier and Type Method Description DocumentAttribute
MdClassFactoryImpl. createDocumentAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type DocumentAttribute Modifier and Type Method Description org.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 DocumentAttribute Modifier and Type Method Description T
MdClassSwitch. 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)
-