Package com._1c.g5.v8.dt.metadata.common
Enum MobileApplicationFunctionalities
- java.lang.Object
-
- java.lang.Enum<MobileApplicationFunctionalities>
-
- com._1c.g5.v8.dt.metadata.common.MobileApplicationFunctionalities
-
- All Implemented Interfaces:
Serializable
,Comparable<MobileApplicationFunctionalities>
,org.eclipse.emf.common.util.Enumerator
public enum MobileApplicationFunctionalities extends Enum<MobileApplicationFunctionalities> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Mobile Application Functionalities', and utility methods for working with them.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADS
The 'Ads' literal object.ALL_FILES_ACCESS
The 'All Files Access' literal object.APPLICATION_USAGE_STATISTICS
The 'Application Usage Statistics' literal object.AUDIO_PLAYBACK_AND_VIBRATION
The 'Audio Playback And Vibration' literal object.AUTO_SEND_SMS
The 'Auto Send SMS' literal object.BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION
The 'Background Audio Playback And Vibration' literal object.BACKGROUND_AUDIO_RECORDING
The 'Background Audio Recording' literal object.BACKGROUND_LOCATION
The 'Background Location' literal object.BARCODE_SCANNING
The 'Barcode Scanning' literal object.BIOMETRICS
The 'Biometrics' literal object.BLUETOOTH_PRINTERS
The 'Bluetooth Printers' literal object.CALENDARS
The 'Calendars' literal object.CALL_LOG
The 'Call Log' literal object.CALL_PROCESSING
The 'Call Processing' literal object.CAMERA
The 'Camera' literal object.CONTACTS
The 'Contacts' literal object.IN_APP_PURCHASES
The 'In App Purchases' literal object.INSTALL_PACKAGES
The 'Install Packages' literal object.LOCAL_NOTIFICATIONS
The 'Local Notifications' literal object.LOCATION
The 'Location' literal object.MICROPHONE
The 'Microphone' literal object.MUSIC_LIBRARY
The 'Music Library' literal object.NUMBER_DIALING
The 'Number Dialing' literal object.OS_BACKUP
The 'OS Backup' literal object.PERSONAL_COMPUTER_FILE_EXCHANGE
The 'Personal Computer File Exchange' literal object.PICTURE_AND_VIDEO_LIBRARIES
The 'Picture And Video Libraries' literal object.PUSH_NOTIFICATIONS
The 'Push Notifications' literal object.RECEIVE_SMS
The 'Receive SMS' literal object.SMS_LOG
The 'SMS Log' literal object.WI_FI_PRINTERS
The 'Wi Fi Printers' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
ADS_VALUE
The 'Ads' literal value.static int
ALL_FILES_ACCESS_VALUE
The 'All Files Access' literal value.static int
APPLICATION_USAGE_STATISTICS_VALUE
The 'Application Usage Statistics' literal value.static int
AUDIO_PLAYBACK_AND_VIBRATION_VALUE
The 'Audio Playback And Vibration' literal value.static int
AUTO_SEND_SMS_VALUE
The 'Auto Send SMS' literal value.static int
BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUE
The 'Background Audio Playback And Vibration' literal value.static int
BACKGROUND_AUDIO_RECORDING_VALUE
The 'Background Audio Recording' literal value.static int
BACKGROUND_LOCATION_VALUE
The 'Background Location' literal value.static int
BARCODE_SCANNING_VALUE
The 'Barcode Scanning' literal value.static int
BIOMETRICS_VALUE
The 'Biometrics' literal value.static int
BLUETOOTH_PRINTERS_VALUE
The 'Bluetooth Printers' literal value.static int
CALENDARS_VALUE
The 'Calendars' literal value.static int
CALL_LOG_VALUE
The 'Call Log' literal value.static int
CALL_PROCESSING_VALUE
The 'Call Processing' literal value.static int
CAMERA_VALUE
The 'Camera' literal value.static int
CONTACTS_VALUE
The 'Contacts' literal value.static int
IN_APP_PURCHASES_VALUE
The 'In App Purchases' literal value.static int
INSTALL_PACKAGES_VALUE
The 'Install Packages' literal value.static int
LOCAL_NOTIFICATIONS_VALUE
The 'Local Notifications' literal value.static int
LOCATION_VALUE
The 'Location' literal value.static int
MICROPHONE_VALUE
The 'Microphone' literal value.static int
MUSIC_LIBRARY_VALUE
The 'Music Library' literal value.static int
NUMBER_DIALING_VALUE
The 'Number Dialing' literal value.static int
OS_BACKUP_VALUE
The 'OS Backup' literal value.static int
PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE
The 'Personal Computer File Exchange' literal value.static int
PICTURE_AND_VIDEO_LIBRARIES_VALUE
The 'Picture And Video Libraries' literal value.static int
PUSH_NOTIFICATIONS_VALUE
The 'Push Notifications' literal value.static int
RECEIVE_SMS_VALUE
The 'Receive SMS' literal value.static int
SMS_LOG_VALUE
The 'SMS Log' literal value.static List<MobileApplicationFunctionalities>
VALUES
A public read-only list of all the 'Mobile Application Functionalities' enumerators.static int
WI_FI_PRINTERS_VALUE
The 'Wi Fi Printers' literal value.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MobileApplicationFunctionalities
get(int value)
Returns the 'Mobile Application Functionalities' literal with the specified integer value.static MobileApplicationFunctionalities
get(String literal)
Returns the 'Mobile Application Functionalities' literal with the specified literal value.static MobileApplicationFunctionalities
getByName(String name)
Returns the 'Mobile Application Functionalities' literal with the specified name.String
getLiteral()
String
getName()
int
getValue()
String
toString()
Returns the literal value of the enumerator, which is its string representation.static MobileApplicationFunctionalities
valueOf(String name)
Returns the enum constant of this type with the specified name.static MobileApplicationFunctionalities[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BIOMETRICS
public static final MobileApplicationFunctionalities BIOMETRICS
The 'Biometrics' literal object.- See Also:
BIOMETRICS_VALUE
-
LOCATION
public static final MobileApplicationFunctionalities LOCATION
The 'Location' literal object.- See Also:
LOCATION_VALUE
-
BACKGROUND_LOCATION
public static final MobileApplicationFunctionalities BACKGROUND_LOCATION
The 'Background Location' literal object.- See Also:
BACKGROUND_LOCATION_VALUE
-
BLUETOOTH_PRINTERS
public static final MobileApplicationFunctionalities BLUETOOTH_PRINTERS
The 'Bluetooth Printers' literal object.- See Also:
BLUETOOTH_PRINTERS_VALUE
-
WI_FI_PRINTERS
public static final MobileApplicationFunctionalities WI_FI_PRINTERS
The 'Wi Fi Printers' literal object.- See Also:
WI_FI_PRINTERS_VALUE
-
CONTACTS
public static final MobileApplicationFunctionalities CONTACTS
The 'Contacts' literal object.- See Also:
CONTACTS_VALUE
-
CALENDARS
public static final MobileApplicationFunctionalities CALENDARS
The 'Calendars' literal object.- See Also:
CALENDARS_VALUE
-
PUSH_NOTIFICATIONS
public static final MobileApplicationFunctionalities PUSH_NOTIFICATIONS
The 'Push Notifications' literal object.- See Also:
PUSH_NOTIFICATIONS_VALUE
-
LOCAL_NOTIFICATIONS
public static final MobileApplicationFunctionalities LOCAL_NOTIFICATIONS
The 'Local Notifications' literal object.- See Also:
LOCAL_NOTIFICATIONS_VALUE
-
IN_APP_PURCHASES
public static final MobileApplicationFunctionalities IN_APP_PURCHASES
The 'In App Purchases' literal object.- See Also:
IN_APP_PURCHASES_VALUE
-
PERSONAL_COMPUTER_FILE_EXCHANGE
public static final MobileApplicationFunctionalities PERSONAL_COMPUTER_FILE_EXCHANGE
The 'Personal Computer File Exchange' literal object.- See Also:
PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE
-
ADS
public static final MobileApplicationFunctionalities ADS
The 'Ads' literal object.- See Also:
ADS_VALUE
-
NUMBER_DIALING
public static final MobileApplicationFunctionalities NUMBER_DIALING
The 'Number Dialing' literal object.- See Also:
NUMBER_DIALING_VALUE
-
CALL_PROCESSING
public static final MobileApplicationFunctionalities CALL_PROCESSING
The 'Call Processing' literal object.- See Also:
CALL_PROCESSING_VALUE
-
CALL_LOG
public static final MobileApplicationFunctionalities CALL_LOG
The 'Call Log' literal object.- See Also:
CALL_LOG_VALUE
-
AUTO_SEND_SMS
public static final MobileApplicationFunctionalities AUTO_SEND_SMS
The 'Auto Send SMS' literal object.- See Also:
AUTO_SEND_SMS_VALUE
-
RECEIVE_SMS
public static final MobileApplicationFunctionalities RECEIVE_SMS
The 'Receive SMS' literal object.- See Also:
RECEIVE_SMS_VALUE
-
SMS_LOG
public static final MobileApplicationFunctionalities SMS_LOG
The 'SMS Log' literal object.- See Also:
SMS_LOG_VALUE
-
CAMERA
public static final MobileApplicationFunctionalities CAMERA
The 'Camera' literal object.- See Also:
CAMERA_VALUE
-
MICROPHONE
public static final MobileApplicationFunctionalities MICROPHONE
The 'Microphone' literal object.- See Also:
MICROPHONE_VALUE
-
MUSIC_LIBRARY
public static final MobileApplicationFunctionalities MUSIC_LIBRARY
The 'Music Library' literal object.- See Also:
MUSIC_LIBRARY_VALUE
-
PICTURE_AND_VIDEO_LIBRARIES
public static final MobileApplicationFunctionalities PICTURE_AND_VIDEO_LIBRARIES
The 'Picture And Video Libraries' literal object.- See Also:
PICTURE_AND_VIDEO_LIBRARIES_VALUE
-
AUDIO_PLAYBACK_AND_VIBRATION
public static final MobileApplicationFunctionalities AUDIO_PLAYBACK_AND_VIBRATION
The 'Audio Playback And Vibration' literal object.- See Also:
AUDIO_PLAYBACK_AND_VIBRATION_VALUE
-
BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION
public static final MobileApplicationFunctionalities BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION
The 'Background Audio Playback And Vibration' literal object.
-
INSTALL_PACKAGES
public static final MobileApplicationFunctionalities INSTALL_PACKAGES
The 'Install Packages' literal object.- See Also:
INSTALL_PACKAGES_VALUE
-
OS_BACKUP
public static final MobileApplicationFunctionalities OS_BACKUP
The 'OS Backup' literal object.- See Also:
OS_BACKUP_VALUE
-
APPLICATION_USAGE_STATISTICS
public static final MobileApplicationFunctionalities APPLICATION_USAGE_STATISTICS
The 'Application Usage Statistics' literal object.- See Also:
APPLICATION_USAGE_STATISTICS_VALUE
-
BARCODE_SCANNING
public static final MobileApplicationFunctionalities BARCODE_SCANNING
The 'Barcode Scanning' literal object.- See Also:
BARCODE_SCANNING_VALUE
-
BACKGROUND_AUDIO_RECORDING
public static final MobileApplicationFunctionalities BACKGROUND_AUDIO_RECORDING
The 'Background Audio Recording' literal object.- See Also:
BACKGROUND_AUDIO_RECORDING_VALUE
-
ALL_FILES_ACCESS
public static final MobileApplicationFunctionalities ALL_FILES_ACCESS
The 'All Files Access' literal object.- See Also:
ALL_FILES_ACCESS_VALUE
-
-
Field Detail
-
BIOMETRICS_VALUE
public static final int BIOMETRICS_VALUE
The 'Biometrics' literal value.- See Also:
BIOMETRICS
, Constant Field Values
-
LOCATION_VALUE
public static final int LOCATION_VALUE
The 'Location' literal value.- See Also:
LOCATION
, Constant Field Values
-
BACKGROUND_LOCATION_VALUE
public static final int BACKGROUND_LOCATION_VALUE
The 'Background Location' literal value.- See Also:
BACKGROUND_LOCATION
, Constant Field Values
-
BLUETOOTH_PRINTERS_VALUE
public static final int BLUETOOTH_PRINTERS_VALUE
The 'Bluetooth Printers' literal value.- See Also:
BLUETOOTH_PRINTERS
, Constant Field Values
-
WI_FI_PRINTERS_VALUE
public static final int WI_FI_PRINTERS_VALUE
The 'Wi Fi Printers' literal value.- See Also:
WI_FI_PRINTERS
, Constant Field Values
-
CONTACTS_VALUE
public static final int CONTACTS_VALUE
The 'Contacts' literal value.- See Also:
CONTACTS
, Constant Field Values
-
CALENDARS_VALUE
public static final int CALENDARS_VALUE
The 'Calendars' literal value.- See Also:
CALENDARS
, Constant Field Values
-
PUSH_NOTIFICATIONS_VALUE
public static final int PUSH_NOTIFICATIONS_VALUE
The 'Push Notifications' literal value.- See Also:
PUSH_NOTIFICATIONS
, Constant Field Values
-
LOCAL_NOTIFICATIONS_VALUE
public static final int LOCAL_NOTIFICATIONS_VALUE
The 'Local Notifications' literal value.- See Also:
LOCAL_NOTIFICATIONS
, Constant Field Values
-
IN_APP_PURCHASES_VALUE
public static final int IN_APP_PURCHASES_VALUE
The 'In App Purchases' literal value.- See Also:
IN_APP_PURCHASES
, Constant Field Values
-
PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE
public static final int PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE
The 'Personal Computer File Exchange' literal value.
-
ADS_VALUE
public static final int ADS_VALUE
The 'Ads' literal value.- See Also:
ADS
, Constant Field Values
-
NUMBER_DIALING_VALUE
public static final int NUMBER_DIALING_VALUE
The 'Number Dialing' literal value.- See Also:
NUMBER_DIALING
, Constant Field Values
-
CALL_PROCESSING_VALUE
public static final int CALL_PROCESSING_VALUE
The 'Call Processing' literal value.- See Also:
CALL_PROCESSING
, Constant Field Values
-
CALL_LOG_VALUE
public static final int CALL_LOG_VALUE
The 'Call Log' literal value.- See Also:
CALL_LOG
, Constant Field Values
-
AUTO_SEND_SMS_VALUE
public static final int AUTO_SEND_SMS_VALUE
The 'Auto Send SMS' literal value.- See Also:
AUTO_SEND_SMS
, Constant Field Values
-
RECEIVE_SMS_VALUE
public static final int RECEIVE_SMS_VALUE
The 'Receive SMS' literal value.- See Also:
RECEIVE_SMS
, Constant Field Values
-
SMS_LOG_VALUE
public static final int SMS_LOG_VALUE
The 'SMS Log' literal value.- See Also:
SMS_LOG
, Constant Field Values
-
CAMERA_VALUE
public static final int CAMERA_VALUE
The 'Camera' literal value.- See Also:
CAMERA
, Constant Field Values
-
MICROPHONE_VALUE
public static final int MICROPHONE_VALUE
The 'Microphone' literal value.- See Also:
MICROPHONE
, Constant Field Values
-
MUSIC_LIBRARY_VALUE
public static final int MUSIC_LIBRARY_VALUE
The 'Music Library' literal value.- See Also:
MUSIC_LIBRARY
, Constant Field Values
-
PICTURE_AND_VIDEO_LIBRARIES_VALUE
public static final int PICTURE_AND_VIDEO_LIBRARIES_VALUE
The 'Picture And Video Libraries' literal value.- See Also:
PICTURE_AND_VIDEO_LIBRARIES
, Constant Field Values
-
AUDIO_PLAYBACK_AND_VIBRATION_VALUE
public static final int AUDIO_PLAYBACK_AND_VIBRATION_VALUE
The 'Audio Playback And Vibration' literal value.
-
BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUE
public static final int BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUE
The 'Background Audio Playback And Vibration' literal value.
-
INSTALL_PACKAGES_VALUE
public static final int INSTALL_PACKAGES_VALUE
The 'Install Packages' literal value.- See Also:
INSTALL_PACKAGES
, Constant Field Values
-
OS_BACKUP_VALUE
public static final int OS_BACKUP_VALUE
The 'OS Backup' literal value.- See Also:
OS_BACKUP
, Constant Field Values
-
APPLICATION_USAGE_STATISTICS_VALUE
public static final int APPLICATION_USAGE_STATISTICS_VALUE
The 'Application Usage Statistics' literal value.
-
BARCODE_SCANNING_VALUE
public static final int BARCODE_SCANNING_VALUE
The 'Barcode Scanning' literal value.- See Also:
BARCODE_SCANNING
, Constant Field Values
-
BACKGROUND_AUDIO_RECORDING_VALUE
public static final int BACKGROUND_AUDIO_RECORDING_VALUE
The 'Background Audio Recording' literal value.- See Also:
BACKGROUND_AUDIO_RECORDING
, Constant Field Values
-
ALL_FILES_ACCESS_VALUE
public static final int ALL_FILES_ACCESS_VALUE
The 'All Files Access' literal value.- See Also:
ALL_FILES_ACCESS
, Constant Field Values
-
VALUES
public static final List<MobileApplicationFunctionalities> VALUES
A public read-only list of all the 'Mobile Application Functionalities' enumerators.
-
-
Method Detail
-
values
public static MobileApplicationFunctionalities[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (MobileApplicationFunctionalities c : MobileApplicationFunctionalities.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static MobileApplicationFunctionalities valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
get
public static MobileApplicationFunctionalities get(String literal)
Returns the 'Mobile Application Functionalities' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static MobileApplicationFunctionalities getByName(String name)
Returns the 'Mobile Application Functionalities' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static MobileApplicationFunctionalities get(int value)
Returns the 'Mobile Application Functionalities' literal with the specified integer value.- Parameters:
value
- the integer value.- Returns:
- the matching enumerator or
null
.
-
getValue
public int getValue()
- Specified by:
getValue
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getName
public String getName()
- Specified by:
getName
in interfaceorg.eclipse.emf.common.util.Enumerator
-
getLiteral
public String getLiteral()
- Specified by:
getLiteral
in interfaceorg.eclipse.emf.common.util.Enumerator
-
toString
public String toString()
Returns the literal value of the enumerator, which is its string representation.- Overrides:
toString
in classEnum<MobileApplicationFunctionalities>
-
-