Uses of Interface
com._1c.g5.v8.dt.moxel.content.TableProperties
-
Packages that use TableProperties Package Description com._1c.g5.v8.dt.moxel.content com._1c.g5.v8.dt.moxel.content.impl com._1c.g5.v8.dt.moxel.content.util -
-
Uses of TableProperties in com._1c.g5.v8.dt.moxel.content
Methods in com._1c.g5.v8.dt.moxel.content that return TableProperties Modifier and Type Method Description TableProperties
ContentFactory. createTableProperties()
Returns a new object of class 'Table Properties'. -
Uses of TableProperties in com._1c.g5.v8.dt.moxel.content.impl
Classes in com._1c.g5.v8.dt.moxel.content.impl that implement TableProperties Modifier and Type Class Description class
TablePropertiesImpl
An implementation of the model object 'Table Properties'.Methods in com._1c.g5.v8.dt.moxel.content.impl that return TableProperties Modifier and Type Method Description TableProperties
ContentFactoryImpl. createTableProperties()
-
Uses of TableProperties in com._1c.g5.v8.dt.moxel.content.util
Methods in com._1c.g5.v8.dt.moxel.content.util with parameters of type TableProperties Modifier and Type Method Description T
ContentSwitch. caseTableProperties(TableProperties object)
Returns the result of interpreting the object as an instance of 'Table Properties'.
-