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 classAbstractMobileApplicationUrlsComponent<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 interfaceMobileApplicationUrlA 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 AbstractMobileApplicationUrlCommonFactory. 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 classAbstractMobileApplicationUrlImplAn implementation of the model object 'Abstract Mobile Application Url'.classMobileApplicationUrlImplAn 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 AbstractMobileApplicationUrlCommonFactoryImpl. 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 TCommonSwitch. 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 interfaceIAbstractMobileApplicationUrlsModel<T extends AbstractMobileApplicationUrl>TheAbstractMobileApplicationUrls model.
-