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 MdPicture
MdClassFactory. createMdPicture()
Returns a new object of class 'Md Picture'.MdPicture
Configuration. getLogo()
Returns the value of the 'Logo' containment reference.MdPicture
Configuration. getMainSectionPicture()
Returns the value of the 'Main Section Picture' containment reference.MdPicture
Configuration. 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 void
Configuration. setLogo(MdPicture value)
Sets the value of the 'Logo
' containment reference.void
Configuration. setMainSectionPicture(MdPicture value)
Sets the value of the 'Main Section Picture
' containment reference.void
Configuration. 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 class
MdPictureImpl
An 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 MdPicture
MdClassFactoryImpl. createMdPicture()
MdPicture
ConfigurationImpl. getLogo()
MdPicture
ConfigurationImpl. getMainSectionPicture()
MdPicture
ConfigurationImpl. getSplash()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type MdPicture Modifier and Type Method Description void
ConfigurationImpl. setLogo(MdPicture newLogo)
void
ConfigurationImpl. setMainSectionPicture(MdPicture newMainSectionPicture)
void
ConfigurationImpl. 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 T
MdClassSwitch. caseMdPicture(MdPicture object)
Returns the result of interpreting the object as an instance of 'Md Picture'.boolean
MdClassValidator. validateMdPicture(MdPicture mdPicture, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-