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.DataAbstractConverter.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 FieldTestMdObjectFactory.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 MdObjectExtensionFieldAdopterParticipant.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 voidFieldRule.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 TypeMethodDescriptionvoidMdValidator.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 TypeMethodDescriptionvoidTable.setParentField(Field value) Sets the value of the 'Parent Field' reference.voidDimensionTable.setPresentationField(Field value) Sets the value of the 'Presentation Field' reference.voidTable.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 TypeMethodDescriptionvoidTableImpl.setParentField(Field newParentField) voidDimensionTableImpl.setPresentationField(Field newPresentationField) voidTableImpl.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