Uses of Interface
com._1c.g5.v8.dt.metadata.dbview.DbViewFieldRole
- 
Packages that use DbViewFieldRole Package Description com._1c.g5.v8.dt.export.xml.exporter.md com._1c.g5.v8.dt.metadata.dbview com._1c.g5.v8.dt.metadata.dbview.impl com._1c.g5.v8.dt.metadata.dbview.util 
- 
- 
Uses of DbViewFieldRole in com._1c.g5.v8.dt.export.xml.exporter.mdMethods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbViewFieldRole Modifier and Type Method Description static DbViewFieldRoleTestMdObjectFactory. createDbViewFieldRole()Creates DbViewFieldRole with name
- 
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbviewMethods in com._1c.g5.v8.dt.metadata.dbview that return DbViewFieldRole Modifier and Type Method Description DbViewFieldRoleDbViewFactory. createDbViewFieldRole()Returns a new object of class 'Field Role'.DbViewFieldRoleDbViewFieldDef. getFieldRole()Returns the value of the 'Field Role' containment reference.Methods in com._1c.g5.v8.dt.metadata.dbview with parameters of type DbViewFieldRole Modifier and Type Method Description voidDbViewFieldDef. setFieldRole(DbViewFieldRole value)Sets the value of the 'Field Role' containment reference.
- 
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbview.implClasses in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewFieldRole Modifier and Type Class Description classDbViewFieldRoleImplAn implementation of the model object 'Field Role'.Methods in com._1c.g5.v8.dt.metadata.dbview.impl that return DbViewFieldRole Modifier and Type Method Description DbViewFieldRoleDbViewFactoryImpl. createDbViewFieldRole()DbViewFieldRoleDbViewFieldDefImpl. getFieldRole()Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewFieldRole Modifier and Type Method Description voidDbViewFieldDefImpl. setFieldRole(DbViewFieldRole newFieldRole)
- 
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbview.utilMethods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewFieldRole Modifier and Type Method Description TDbViewSwitch. caseDbViewFieldRole(DbViewFieldRole object)Returns the result of interpreting the object as an instance of 'Field Role'.
 
-