Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.MdPicture
-
Packages that use MdPicture 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 MdPicture in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return MdPicture Modifier and Type Method Description MdPictureMdClassFactory. createMdPicture()Returns a new object of class 'Md Picture'.MdPictureConfiguration. getLogo()Returns the value of the 'Logo' containment reference.MdPictureConfiguration. getMainSectionPicture()Returns the value of the 'Main Section Picture' containment reference.MdPictureConfiguration. getSplash()Returns the value of the 'Splash' containment reference.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type MdPicture Modifier and Type Method Description voidConfiguration. setLogo(MdPicture value)Sets the value of the 'Logo' containment reference.voidConfiguration. setMainSectionPicture(MdPicture value)Sets the value of the 'Main Section Picture' containment reference.voidConfiguration. setSplash(MdPicture value)Sets the value of the 'Splash' containment reference. -
Uses of MdPicture in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement MdPicture Modifier and Type Class Description classMdPictureImplAn implementation of the model object 'Md Picture'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return MdPicture Modifier and Type Method Description MdPictureMdClassFactoryImpl. createMdPicture()MdPictureConfigurationImpl. getLogo()MdPictureConfigurationImpl. getMainSectionPicture()MdPictureConfigurationImpl. getSplash()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdPicture Modifier and Type Method Description voidConfigurationImpl. setLogo(MdPicture newLogo)voidConfigurationImpl. setMainSectionPicture(MdPicture newMainSectionPicture)voidConfigurationImpl. setSplash(MdPicture newSplash) -
Uses of MdPicture in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type MdPicture Modifier and Type Method Description TMdClassSwitch. caseMdPicture(MdPicture object)Returns the result of interpreting the object as an instance of 'Md Picture'.booleanMdClassValidator. validateMdPicture(MdPicture mdPicture, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-