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.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return DbViewFieldRole Modifier and Type Method Description static DbViewFieldRole
TestMdObjectFactory. createDbViewFieldRole()
Creates DbViewFieldRole with name -
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbview
Methods in com._1c.g5.v8.dt.metadata.dbview that return DbViewFieldRole Modifier and Type Method Description DbViewFieldRole
DbViewFactory. createDbViewFieldRole()
Returns a new object of class 'Field Role'.DbViewFieldRole
DbViewFieldDef. 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 void
DbViewFieldDef. setFieldRole(DbViewFieldRole value)
Sets the value of the 'Field Role
' containment reference. -
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbview.impl
Classes in com._1c.g5.v8.dt.metadata.dbview.impl that implement DbViewFieldRole Modifier and Type Class Description class
DbViewFieldRoleImpl
An 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 DbViewFieldRole
DbViewFactoryImpl. createDbViewFieldRole()
DbViewFieldRole
DbViewFieldDefImpl. getFieldRole()
Methods in com._1c.g5.v8.dt.metadata.dbview.impl with parameters of type DbViewFieldRole Modifier and Type Method Description void
DbViewFieldDefImpl. setFieldRole(DbViewFieldRole newFieldRole)
-
Uses of DbViewFieldRole in com._1c.g5.v8.dt.metadata.dbview.util
Methods in com._1c.g5.v8.dt.metadata.dbview.util with parameters of type DbViewFieldRole Modifier and Type Method Description T
DbViewSwitch. caseDbViewFieldRole(DbViewFieldRole object)
Returns the result of interpreting the object as an instance of 'Field Role'.
-