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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBaseUrl()
Returns the value of the 'Base Url' attribute.boolean
isUseAndroid()
Returns the value of the 'Use Android' attribute.boolean
isUseIOS()
Returns the value of the 'Use IOS' attribute.boolean
isUseWindows()
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.
-
-
-
Method Detail
-
getBaseUrl
String getBaseUrl()
Returns the value of the 'Base Url' attribute.- Returns:
- the value of the 'Base Url' attribute.
- See Also:
setBaseUrl(String)
,CommonPackage.getMobileApplicationUrl_BaseUrl()
-
setBaseUrl
void setBaseUrl(String value)
Sets the value of the 'Base Url
' attribute.- Parameters:
value
- the new value of the 'Base Url' attribute.- See Also:
getBaseUrl()
-
isUseAndroid
boolean isUseAndroid()
Returns the value of the 'Use Android' attribute.- Returns:
- the value of the 'Use Android' attribute.
- See Also:
setUseAndroid(boolean)
,CommonPackage.getMobileApplicationUrl_UseAndroid()
-
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:
isUseAndroid()
-
isUseIOS
boolean isUseIOS()
Returns the value of the 'Use IOS' attribute.- Returns:
- the value of the 'Use IOS' attribute.
- See Also:
setUseIOS(boolean)
,CommonPackage.getMobileApplicationUrl_UseIOS()
-
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:
isUseIOS()
-
isUseWindows
boolean isUseWindows()
Returns the value of the 'Use Windows' attribute.- Returns:
- the value of the 'Use Windows' attribute.
- See Also:
setUseWindows(boolean)
,CommonPackage.getMobileApplicationUrl_UseWindows()
-
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:
isUseWindows()
-
-