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'. -
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()
-
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'.
-