Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Field
Packages that use Field
Package
Description
-
Uses of Field in com._1c.g5.v8.dt.erd.core.dataconverter.extensions
Method parameters in com._1c.g5.v8.dt.erd.core.dataconverter.extensions with type arguments of type FieldModifier and TypeMethodDescriptionprotected com._1c.g5.v8.dt.diagram.framework.model.Data
AbstractConverter.getFieldsPart
(Collection<Field> fields) Returns data for given fields. -
Uses of Field in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return FieldModifier and TypeMethodDescriptionstatic Field
TestMdObjectFactory.createField
(String name) Creates Field with name -
Uses of Field in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return FieldModifier and TypeMethodDescriptionFieldAdopterParticipant.adopt
(Field nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type FieldModifier and TypeMethodDescriptionFieldAdopterParticipant.adopt
(Field nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
FieldAdopterParticipant.createExtension
(Field nativeObject) -
Uses of Field in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type FieldModifier and TypeMethodDescriptionprotected void
FieldRule.buildForObject
(Field field, IV8Project v8project) -
Uses of Field in com._1c.g5.v8.dt.md.ui.wizards
Methods in com._1c.g5.v8.dt.md.ui.wizards that return types with arguments of type FieldModifier and TypeMethodDescriptionprotected MdObjectModel<Field>
FieldWizard.createMdObjectModel()
-
Uses of Field in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type FieldModifier and TypeMethodDescriptionvoid
MdValidator.checkNameInDataSource
(Field field) Deprecated. -
Uses of Field in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return FieldModifier and TypeMethodDescriptionMdClassFactory.createField()
Returns a new object of class 'Field'.Table.getParentField()
Returns the value of the 'Parent Field' reference.DimensionTable.getPresentationField()
Returns the value of the 'Presentation Field' reference.Table.getPresentationField()
Returns the value of the 'Presentation Field' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type FieldModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Field>
DimensionTable.getFields()
Returns the value of the 'Fields' containment reference list.org.eclipse.emf.common.util.EList<Field>
Table.getTableFields()
Returns the value of the 'Table Fields' containment reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type FieldModifier and TypeMethodDescriptionvoid
Table.setParentField
(Field value) Sets the value of the 'Parent Field
' reference.void
DimensionTable.setPresentationField
(Field value) Sets the value of the 'Presentation Field
' reference.void
Table.setPresentationField
(Field value) Sets the value of the 'Presentation Field
' reference. -
Uses of Field in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement FieldMethods in com._1c.g5.v8.dt.metadata.mdclass.impl that return FieldModifier and TypeMethodDescriptionMdClassFactoryImpl.createField()
TableImpl.getParentField()
DimensionTableImpl.getPresentationField()
TableImpl.getPresentationField()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type FieldModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Field>
DimensionTableImpl.getFields()
org.eclipse.emf.common.util.EList<Field>
TableImpl.getTableFields()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type FieldModifier and TypeMethodDescriptionvoid
TableImpl.setParentField
(Field newParentField) void
DimensionTableImpl.setPresentationField
(Field newPresentationField) void
TableImpl.setPresentationField
(Field newPresentationField) -
Uses of Field in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Field