Uses of Interface
com._1c.g5.v8.dt.metadata.common.AbstractMobileApplicationUrl
-
-
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.md.ui.aef.components
Classes in com._1c.g5.v8.dt.md.ui.aef.components with type parameters of type AbstractMobileApplicationUrl Modifier and Type Class Description class
AbstractMobileApplicationUrlsComponent<T extends AbstractMobileApplicationUrl,M extends IAbstractMobileApplicationUrlsModel<T>>
The abstract component for mobile application URL's features. -
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.common
Subinterfaces of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.common Modifier and Type Interface Description interface
MobileApplicationUrl
A representation of the model object 'Mobile Application Url'.Methods in com._1c.g5.v8.dt.metadata.common that return AbstractMobileApplicationUrl Modifier and Type Method Description AbstractMobileApplicationUrl
CommonFactory. createAbstractMobileApplicationUrl()
Returns a new object of class 'Abstract Mobile Application Url'. -
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.common.impl
Classes in com._1c.g5.v8.dt.metadata.common.impl that implement AbstractMobileApplicationUrl Modifier and Type Class Description class
AbstractMobileApplicationUrlImpl
An implementation of the model object 'Abstract Mobile Application Url'.class
MobileApplicationUrlImpl
An implementation of the model object 'Mobile Application Url'.Methods in com._1c.g5.v8.dt.metadata.common.impl that return AbstractMobileApplicationUrl Modifier and Type Method Description AbstractMobileApplicationUrl
CommonFactoryImpl. createAbstractMobileApplicationUrl()
-
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.common.util
Methods in com._1c.g5.v8.dt.metadata.common.util with parameters of type AbstractMobileApplicationUrl Modifier and Type Method Description T
CommonSwitch. caseAbstractMobileApplicationUrl(AbstractMobileApplicationUrl object)
Returns the result of interpreting the object as an instance of 'Abstract Mobile Application Url'. -
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type AbstractMobileApplicationUrl Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMobileApplicationUrl>
Configuration. getMobileApplicationUrls()
Returns the value of the 'Mobile Application Urls' containment reference list. -
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type AbstractMobileApplicationUrl Modifier and Type Method Description org.eclipse.emf.common.util.EList<AbstractMobileApplicationUrl>
ConfigurationImpl. getMobileApplicationUrls()
-
Uses of AbstractMobileApplicationUrl in com._1c.g5.v8.dt.ui.aef.models
Classes in com._1c.g5.v8.dt.ui.aef.models with type parameters of type AbstractMobileApplicationUrl Modifier and Type Interface Description interface
IAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>
TheAbstractMobileApplicationUrl
s model.
-