Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.MdExtObject
-
Packages that use MdExtObject Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of MdExtObject in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return MdExtObject Modifier and Type Method Description MdExtObject
Interface. getInterface()
Returns the value of the 'Interface' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type MdExtObject Modifier and Type Method Description void
Interface. setInterface(MdExtObject value)
Sets the value of the 'Interface
' reference. -
Uses of MdExtObject in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MdExtObject Modifier and Type Method Description MdExtObject
InterfaceImpl. getInterface()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdExtObject Modifier and Type Method Description void
InterfaceImpl. setInterface(MdExtObject newInterface)
-
Uses of MdExtObject in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdExtObject Modifier and Type Method Description T
MdClassSwitch. caseMdExtObject(MdExtObject object)
Returns the result of interpreting the object as an instance of 'Md Ext Object'.boolean
MdClassValidator. validateMdExtObject(MdExtObject mdExtObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-