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.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 Field Modifier and Type Method Description static Field
TestMdObjectFactory. 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 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 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 void
MdValidator. checkNameInDataSource(Field field)
-
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 Field
MdClassFactory. createField()
Returns a new object of class 'Field'.Field
Table. getParentField()
Returns the value of the 'Parent Field' reference.Field
DimensionTable. getPresentationField()
Returns the value of the 'Presentation Field' reference.Field
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 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 void
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 Field Modifier and Type Class Description class
FieldImpl
An implementation of the model object 'Field'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Field Modifier and Type Method Description Field
MdClassFactoryImpl. createField()
Field
TableImpl. getParentField()
Field
DimensionTableImpl. getPresentationField()
Field
TableImpl. 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 void
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 Modifier and Type Method Description T
MdClassSwitch. caseField(Field object)
Returns the result of interpreting the object as an instance of 'Field'.boolean
MdClassValidator. validateField(Field field, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-