Interface MobilePreviewInfo
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
MobilePreviewInfoImpl
public interface MobilePreviewInfo
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Mobile Preview Info'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the value of the 'Ave Char Height' attribute.int
Returns the value of the 'Ave Char Width' attribute.Returns the value of the 'Def Font' attribute.int
Returns the value of the 'Device Height In Pixels' attribute.Returns the value of the 'Device Kind' attribute.int
Returns the value of the 'Device Width In Pixels' attribute.int
getDpi()
Returns the value of the 'Dpi' attribute.Returns the value of the 'Platform' attribute.Returns the value of the 'Skin Id' attribute.getTech()
Returns the value of the 'Tech' attribute.boolean
Returns the value of the 'Has System Bar' attribute.boolean
isRetina()
Returns the value of the 'Retina' attribute.void
setAveCharHeight
(int value) Sets the value of the 'Ave Char Height
' attribute.void
setAveCharWidth
(int value) Sets the value of the 'Ave Char Width
' attribute.void
setDefFont
(Font value) Sets the value of the 'Def Font
' attribute.void
setDeviceHeightInPixels
(int value) Sets the value of the 'Device Height In Pixels
' attribute.void
setDeviceKind
(LFMobileDeviceKind value) Sets the value of the 'Device Kind
' attribute.void
setDeviceWidthInPixels
(int value) Sets the value of the 'Device Width In Pixels
' attribute.void
setDpi
(int value) Sets the value of the 'Dpi
' attribute.void
setHasSystemBar
(boolean value) Sets the value of the 'Has System Bar
' attribute.void
setPlatform
(ClientOSInfo value) Sets the value of the 'Platform
' attribute.void
setRetina
(boolean value) Sets the value of the 'Retina
' attribute.void
Sets the value of the 'Skin Id
' attribute.void
Sets the value of the 'Tech
' 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
-
getPlatform
ClientOSInfo getPlatform()Returns the value of the 'Platform' attribute. The literals are from the enumerationClientOSInfo
.- Returns:
- the value of the 'Platform' attribute.
- See Also:
-
setPlatform
Sets the value of the 'Platform
' attribute.- Parameters:
value
- the new value of the 'Platform' attribute.- See Also:
-
getDeviceKind
LFMobileDeviceKind getDeviceKind()Returns the value of the 'Device Kind' attribute. The literals are from the enumerationLFMobileDeviceKind
.- Returns:
- the value of the 'Device Kind' attribute.
- See Also:
-
setDeviceKind
Sets the value of the 'Device Kind
' attribute.- Parameters:
value
- the new value of the 'Device Kind' attribute.- See Also:
-
getDeviceHeightInPixels
int getDeviceHeightInPixels()Returns the value of the 'Device Height In Pixels' attribute.- Returns:
- the value of the 'Device Height In Pixels' attribute.
- See Also:
-
setDeviceHeightInPixels
void setDeviceHeightInPixels(int value) Sets the value of the 'Device Height In Pixels
' attribute.- Parameters:
value
- the new value of the 'Device Height In Pixels' attribute.- See Also:
-
getDeviceWidthInPixels
int getDeviceWidthInPixels()Returns the value of the 'Device Width In Pixels' attribute.- Returns:
- the value of the 'Device Width In Pixels' attribute.
- See Also:
-
setDeviceWidthInPixels
void setDeviceWidthInPixels(int value) Sets the value of the 'Device Width In Pixels
' attribute.- Parameters:
value
- the new value of the 'Device Width In Pixels' attribute.- See Also:
-
getDpi
int getDpi()Returns the value of the 'Dpi' attribute.- Returns:
- the value of the 'Dpi' attribute.
- See Also:
-
setDpi
void setDpi(int value) Sets the value of the 'Dpi
' attribute.- Parameters:
value
- the new value of the 'Dpi' attribute.- See Also:
-
isHasSystemBar
boolean isHasSystemBar()Returns the value of the 'Has System Bar' attribute.- Returns:
- the value of the 'Has System Bar' attribute.
- See Also:
-
setHasSystemBar
void setHasSystemBar(boolean value) Sets the value of the 'Has System Bar
' attribute.- Parameters:
value
- the new value of the 'Has System Bar' attribute.- See Also:
-
getDefFont
Font getDefFont()Returns the value of the 'Def Font' attribute.- Returns:
- the value of the 'Def Font' attribute.
- See Also:
-
setDefFont
Sets the value of the 'Def Font
' attribute.- Parameters:
value
- the new value of the 'Def Font' attribute.- See Also:
-
getAveCharWidth
int getAveCharWidth()Returns the value of the 'Ave Char Width' attribute.- Returns:
- the value of the 'Ave Char Width' attribute.
- See Also:
-
setAveCharWidth
void setAveCharWidth(int value) Sets the value of the 'Ave Char Width
' attribute.- Parameters:
value
- the new value of the 'Ave Char Width' attribute.- See Also:
-
getAveCharHeight
int getAveCharHeight()Returns the value of the 'Ave Char Height' attribute.- Returns:
- the value of the 'Ave Char Height' attribute.
- See Also:
-
setAveCharHeight
void setAveCharHeight(int value) Sets the value of the 'Ave Char Height
' attribute.- Parameters:
value
- the new value of the 'Ave Char Height' attribute.- See Also:
-
isRetina
boolean isRetina()Returns the value of the 'Retina' attribute.- Returns:
- the value of the 'Retina' attribute.
- See Also:
-
setRetina
void setRetina(boolean value) Sets the value of the 'Retina
' attribute.- Parameters:
value
- the new value of the 'Retina' attribute.- See Also:
-
getTech
MobileDataTransferTechnology getTech()Returns the value of the 'Tech' attribute. The literals are from the enumerationMobileDataTransferTechnology
.- Returns:
- the value of the 'Tech' attribute.
- See Also:
-
setTech
Sets the value of the 'Tech
' attribute.- Parameters:
value
- the new value of the 'Tech' attribute.- See Also:
-
getSkinId
String getSkinId()Returns the value of the 'Skin Id' attribute.- Returns:
- the value of the 'Skin Id' attribute.
- See Also:
-
setSkinId
Sets the value of the 'Skin Id
' attribute.- Parameters:
value
- the new value of the 'Skin Id' attribute.- See Also:
-