Package com._1c.g5.v8.dt.metadata.common
Interface MobileApplicationUrl
- 
- All Superinterfaces:
- AbstractMobileApplicationUrl,- org.eclipse.emf.ecore.EObject,- org.eclipse.emf.common.notify.Notifier
 - All Known Implementing Classes:
- MobileApplicationUrlImpl
 
 public interface MobileApplicationUrl extends AbstractMobileApplicationUrl A representation of the model object 'Mobile Application Url'.The following features are supported: - See Also:
- CommonPackage.getMobileApplicationUrl()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBaseUrl()Returns the value of the 'Base Url' attribute.booleanisUseAndroid()Returns the value of the 'Use Android' attribute.booleanisUseIOS()Returns the value of the 'Use IOS' attribute.booleanisUseWindows()Returns the value of the 'Use Windows' attribute.voidsetBaseUrl(String value)Sets the value of the 'Base Url' attribute.voidsetUseAndroid(boolean value)Sets the value of the 'Use Android' attribute.voidsetUseIOS(boolean value)Sets the value of the 'Use IOS' attribute.voidsetUseWindows(boolean value)Sets the value of the 'Use Windows' attribute.
 
- 
- 
- 
Method Detail- 
getBaseUrlString getBaseUrl() Returns the value of the 'Base Url' attribute.- Returns:
- the value of the 'Base Url' attribute.
- See Also:
- setBaseUrl(String),- CommonPackage.getMobileApplicationUrl_BaseUrl()
 
 - 
setBaseUrlvoid setBaseUrl(String value) Sets the value of the 'Base Url' attribute.- Parameters:
- value- the new value of the 'Base Url' attribute.
- See Also:
- getBaseUrl()
 
 - 
isUseAndroidboolean isUseAndroid() Returns the value of the 'Use Android' attribute.- Returns:
- the value of the 'Use Android' attribute.
- See Also:
- setUseAndroid(boolean),- CommonPackage.getMobileApplicationUrl_UseAndroid()
 
 - 
setUseAndroidvoid setUseAndroid(boolean value) Sets the value of the 'Use Android' attribute.- Parameters:
- value- the new value of the 'Use Android' attribute.
- See Also:
- isUseAndroid()
 
 - 
isUseIOSboolean isUseIOS() Returns the value of the 'Use IOS' attribute.- Returns:
- the value of the 'Use IOS' attribute.
- See Also:
- setUseIOS(boolean),- CommonPackage.getMobileApplicationUrl_UseIOS()
 
 - 
setUseIOSvoid setUseIOS(boolean value) Sets the value of the 'Use IOS' attribute.- Parameters:
- value- the new value of the 'Use IOS' attribute.
- See Also:
- isUseIOS()
 
 - 
isUseWindowsboolean isUseWindows() Returns the value of the 'Use Windows' attribute.- Returns:
- the value of the 'Use Windows' attribute.
- See Also:
- setUseWindows(boolean),- CommonPackage.getMobileApplicationUrl_UseWindows()
 
 - 
setUseWindowsvoid setUseWindows(boolean value) Sets the value of the 'Use Windows' attribute.- Parameters:
- value- the new value of the 'Use Windows' attribute.
- See Also:
- isUseWindows()
 
 
- 
 
-