Uses of Interface
com._1c.g5.v8.dt.moxel.UnsupportedObjectContent
-
Packages that use UnsupportedObjectContent Package Description com._1c.g5.v8.dt.moxel com._1c.g5.v8.dt.moxel.impl com._1c.g5.v8.dt.moxel.util -
-
Uses of UnsupportedObjectContent in com._1c.g5.v8.dt.moxel
Methods in com._1c.g5.v8.dt.moxel that return UnsupportedObjectContent Modifier and Type Method Description UnsupportedObjectContent
MoxelFactory. createUnsupportedObjectContent()
Returns a new object of class 'Unsupported Object Content'.UnsupportedObjectContent
Cell. getControl()
Returns the value of the 'Control' containment reference.Methods in com._1c.g5.v8.dt.moxel with parameters of type UnsupportedObjectContent Modifier and Type Method Description void
Cell. setControl(UnsupportedObjectContent value)
Sets the value of the 'Control
' containment reference. -
Uses of UnsupportedObjectContent in com._1c.g5.v8.dt.moxel.impl
Classes in com._1c.g5.v8.dt.moxel.impl that implement UnsupportedObjectContent Modifier and Type Class Description class
UnsupportedObjectContentImpl
An implementation of the model object 'Unsupported Object Content'.Methods in com._1c.g5.v8.dt.moxel.impl that return UnsupportedObjectContent Modifier and Type Method Description UnsupportedObjectContent
MoxelFactoryImpl. createUnsupportedObjectContent()
UnsupportedObjectContent
CellImpl. getControl()
Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type UnsupportedObjectContent Modifier and Type Method Description void
CellImpl. setControl(UnsupportedObjectContent newControl)
-
Uses of UnsupportedObjectContent in com._1c.g5.v8.dt.moxel.util
Methods in com._1c.g5.v8.dt.moxel.util with parameters of type UnsupportedObjectContent Modifier and Type Method Description T
MoxelSwitch. caseUnsupportedObjectContent(UnsupportedObjectContent object)
Returns the result of interpreting the object as an instance of 'Unsupported Object Content'.
-