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.moxelMethods in com._1c.g5.v8.dt.moxel that return UnsupportedObjectContent Modifier and Type Method Description UnsupportedObjectContentMoxelFactory. createUnsupportedObjectContent()Returns a new object of class 'Unsupported Object Content'.UnsupportedObjectContentCell. 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 voidCell. setControl(UnsupportedObjectContent value)Sets the value of the 'Control' containment reference.
- 
Uses of UnsupportedObjectContent in com._1c.g5.v8.dt.moxel.implClasses in com._1c.g5.v8.dt.moxel.impl that implement UnsupportedObjectContent Modifier and Type Class Description classUnsupportedObjectContentImplAn 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 UnsupportedObjectContentMoxelFactoryImpl. createUnsupportedObjectContent()UnsupportedObjectContentCellImpl. getControl()Methods in com._1c.g5.v8.dt.moxel.impl with parameters of type UnsupportedObjectContent Modifier and Type Method Description voidCellImpl. setControl(UnsupportedObjectContent newControl)
- 
Uses of UnsupportedObjectContent in com._1c.g5.v8.dt.moxel.utilMethods in com._1c.g5.v8.dt.moxel.util with parameters of type UnsupportedObjectContent Modifier and Type Method Description TMoxelSwitch. caseUnsupportedObjectContent(UnsupportedObjectContent object)Returns the result of interpreting the object as an instance of 'Unsupported Object Content'.
 
-