Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Field
-
-
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 Field Modifier and Type Method Description protected 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 Field Modifier and Type Method Description static FieldTestMdObjectFactory. createField(String name)Creates Field with name -
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 Field Modifier and Type Method Description protected 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 Field Modifier and Type Method Description protected 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 Field Modifier and Type Method Description voidMdValidator. 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 Field Modifier and Type Method Description FieldMdClassFactory. createField()Returns a new object of class 'Field'.FieldTable. getParentField()Returns the value of the 'Parent Field' reference.FieldDimensionTable. getPresentationField()Returns the value of the 'Presentation Field' reference.FieldTable. 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 Field Modifier and Type Method Description org.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 Field Modifier and Type Method Description voidTable. 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 Field Modifier and Type Class Description classFieldImplAn implementation of the model object 'Field'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Field Modifier and Type Method Description FieldMdClassFactoryImpl. createField()FieldTableImpl. getParentField()FieldDimensionTableImpl. getPresentationField()FieldTableImpl. getPresentationField()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Field Modifier and Type Method Description org.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 Field Modifier and Type Method Description voidTableImpl. 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 Modifier and Type Method Description TMdClassSwitch. caseField(Field object)Returns the result of interpreting the object as an instance of 'Field'.booleanMdClassValidator. validateField(Field field, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-