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 MdExtObjectInterface. 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 voidInterface. 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 MdExtObjectInterfaceImpl. getInterface()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdExtObject Modifier and Type Method Description voidInterfaceImpl. 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 TMdClassSwitch. caseMdExtObject(MdExtObject object)Returns the result of interpreting the object as an instance of 'Md Ext Object'.booleanMdClassValidator. validateMdExtObject(MdExtObject mdExtObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-