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
A representation of the model object 'Mobile Application Url'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Base Url' attribute.boolean
Returns the value of the 'Use Android' attribute.boolean
isUseIOS()
Returns the value of the 'Use IOS' attribute.boolean
Returns the value of the 'Use Windows' attribute.void
setBaseUrl
(String value) Sets the value of the 'Base Url
' attribute.void
setUseAndroid
(boolean value) Sets the value of the 'Use Android
' attribute.void
setUseIOS
(boolean value) Sets the value of the 'Use IOS
' attribute.void
setUseWindows
(boolean value) Sets the value of the 'Use Windows
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getBaseUrl
String getBaseUrl()Returns the value of the 'Base Url' attribute.- Returns:
- the value of the 'Base Url' attribute.
- See Also:
-
setBaseUrl
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
-
isUseAndroid
boolean isUseAndroid()Returns the value of the 'Use Android' attribute.- Returns:
- the value of the 'Use Android' attribute.
- See Also:
-
setUseAndroid
void setUseAndroid(boolean value) Sets the value of the 'Use Android
' attribute.- Parameters:
value
- the new value of the 'Use Android' attribute.- See Also:
-
isUseIOS
boolean isUseIOS()Returns the value of the 'Use IOS' attribute.- Returns:
- the value of the 'Use IOS' attribute.
- See Also:
-
setUseIOS
void setUseIOS(boolean value) Sets the value of the 'Use IOS
' attribute.- Parameters:
value
- the new value of the 'Use IOS' attribute.- See Also:
-
isUseWindows
boolean isUseWindows()Returns the value of the 'Use Windows' attribute.- Returns:
- the value of the 'Use Windows' attribute.
- See Also:
-
setUseWindows
void setUseWindows(boolean value) Sets the value of the 'Use Windows
' attribute.- Parameters:
value
- the new value of the 'Use Windows' attribute.- See Also:
-