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 SummaryEnum Constants Enum Constant Description ADSThe 'Ads' literal object.ALL_FILES_ACCESSThe 'All Files Access' literal object.APPLICATION_USAGE_STATISTICSThe 'Application Usage Statistics' literal object.AUDIO_PLAYBACK_AND_VIBRATIONThe 'Audio Playback And Vibration' literal object.AUTO_SEND_SMSThe 'Auto Send SMS' literal object.BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATIONThe 'Background Audio Playback And Vibration' literal object.BACKGROUND_AUDIO_RECORDINGThe 'Background Audio Recording' literal object.BACKGROUND_LOCATIONThe 'Background Location' literal object.BARCODE_SCANNINGThe 'Barcode Scanning' literal object.BIOMETRICSThe 'Biometrics' literal object.BLUETOOTH_PRINTERSThe 'Bluetooth Printers' literal object.CALENDARSThe 'Calendars' literal object.CALL_LOGThe 'Call Log' literal object.CALL_PROCESSINGThe 'Call Processing' literal object.CAMERAThe 'Camera' literal object.CONTACTSThe 'Contacts' literal object.IN_APP_PURCHASESThe 'In App Purchases' literal object.INSTALL_PACKAGESThe 'Install Packages' literal object.LOCAL_NOTIFICATIONSThe 'Local Notifications' literal object.LOCATIONThe 'Location' literal object.MICROPHONEThe 'Microphone' literal object.MUSIC_LIBRARYThe 'Music Library' literal object.NUMBER_DIALINGThe 'Number Dialing' literal object.OS_BACKUPThe 'OS Backup' literal object.PERSONAL_COMPUTER_FILE_EXCHANGEThe 'Personal Computer File Exchange' literal object.PICTURE_AND_VIDEO_LIBRARIESThe 'Picture And Video Libraries' literal object.PUSH_NOTIFICATIONSThe 'Push Notifications' literal object.RECEIVE_SMSThe 'Receive SMS' literal object.SMS_LOGThe 'SMS Log' literal object.VIDEOCONFERENCESThe 'Videoconferences' literal object.WI_FI_PRINTERSThe 'Wi Fi Printers' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intADS_VALUEThe 'Ads' literal value.static intALL_FILES_ACCESS_VALUEThe 'All Files Access' literal value.static intAPPLICATION_USAGE_STATISTICS_VALUEThe 'Application Usage Statistics' literal value.static intAUDIO_PLAYBACK_AND_VIBRATION_VALUEThe 'Audio Playback And Vibration' literal value.static intAUTO_SEND_SMS_VALUEThe 'Auto Send SMS' literal value.static intBACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUEThe 'Background Audio Playback And Vibration' literal value.static intBACKGROUND_AUDIO_RECORDING_VALUEThe 'Background Audio Recording' literal value.static intBACKGROUND_LOCATION_VALUEThe 'Background Location' literal value.static intBARCODE_SCANNING_VALUEThe 'Barcode Scanning' literal value.static intBIOMETRICS_VALUEThe 'Biometrics' literal value.static intBLUETOOTH_PRINTERS_VALUEThe 'Bluetooth Printers' literal value.static intCALENDARS_VALUEThe 'Calendars' literal value.static intCALL_LOG_VALUEThe 'Call Log' literal value.static intCALL_PROCESSING_VALUEThe 'Call Processing' literal value.static intCAMERA_VALUEThe 'Camera' literal value.static intCONTACTS_VALUEThe 'Contacts' literal value.static intIN_APP_PURCHASES_VALUEThe 'In App Purchases' literal value.static intINSTALL_PACKAGES_VALUEThe 'Install Packages' literal value.static intLOCAL_NOTIFICATIONS_VALUEThe 'Local Notifications' literal value.static intLOCATION_VALUEThe 'Location' literal value.static intMICROPHONE_VALUEThe 'Microphone' literal value.static intMUSIC_LIBRARY_VALUEThe 'Music Library' literal value.static intNUMBER_DIALING_VALUEThe 'Number Dialing' literal value.static intOS_BACKUP_VALUEThe 'OS Backup' literal value.static intPERSONAL_COMPUTER_FILE_EXCHANGE_VALUEThe 'Personal Computer File Exchange' literal value.static intPICTURE_AND_VIDEO_LIBRARIES_VALUEThe 'Picture And Video Libraries' literal value.static intPUSH_NOTIFICATIONS_VALUEThe 'Push Notifications' literal value.static intRECEIVE_SMS_VALUEThe 'Receive SMS' literal value.static intSMS_LOG_VALUEThe 'SMS Log' literal value.static List<MobileApplicationFunctionalities>VALUESA public read-only list of all the 'Mobile Application Functionalities' enumerators.static intVIDEOCONFERENCES_VALUEThe 'Videoconferences' literal value.static intWI_FI_PRINTERS_VALUEThe 'Wi Fi Printers' literal value.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MobileApplicationFunctionalitiesget(int value)Returns the 'Mobile Application Functionalities' literal with the specified integer value.static MobileApplicationFunctionalitiesget(String literal)Returns the 'Mobile Application Functionalities' literal with the specified literal value.static MobileApplicationFunctionalitiesgetByName(String name)Returns the 'Mobile Application Functionalities' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static MobileApplicationFunctionalitiesvalueOf(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- 
BIOMETRICSpublic static final MobileApplicationFunctionalities BIOMETRICS The 'Biometrics' literal object.- See Also:
- BIOMETRICS_VALUE
 
 - 
LOCATIONpublic static final MobileApplicationFunctionalities LOCATION The 'Location' literal object.- See Also:
- LOCATION_VALUE
 
 - 
BACKGROUND_LOCATIONpublic static final MobileApplicationFunctionalities BACKGROUND_LOCATION The 'Background Location' literal object.- See Also:
- BACKGROUND_LOCATION_VALUE
 
 - 
BLUETOOTH_PRINTERSpublic static final MobileApplicationFunctionalities BLUETOOTH_PRINTERS The 'Bluetooth Printers' literal object.- See Also:
- BLUETOOTH_PRINTERS_VALUE
 
 - 
WI_FI_PRINTERSpublic static final MobileApplicationFunctionalities WI_FI_PRINTERS The 'Wi Fi Printers' literal object.- See Also:
- WI_FI_PRINTERS_VALUE
 
 - 
CONTACTSpublic static final MobileApplicationFunctionalities CONTACTS The 'Contacts' literal object.- See Also:
- CONTACTS_VALUE
 
 - 
CALENDARSpublic static final MobileApplicationFunctionalities CALENDARS The 'Calendars' literal object.- See Also:
- CALENDARS_VALUE
 
 - 
PUSH_NOTIFICATIONSpublic static final MobileApplicationFunctionalities PUSH_NOTIFICATIONS The 'Push Notifications' literal object.- See Also:
- PUSH_NOTIFICATIONS_VALUE
 
 - 
LOCAL_NOTIFICATIONSpublic static final MobileApplicationFunctionalities LOCAL_NOTIFICATIONS The 'Local Notifications' literal object.- See Also:
- LOCAL_NOTIFICATIONS_VALUE
 
 - 
IN_APP_PURCHASESpublic static final MobileApplicationFunctionalities IN_APP_PURCHASES The 'In App Purchases' literal object.- See Also:
- IN_APP_PURCHASES_VALUE
 
 - 
PERSONAL_COMPUTER_FILE_EXCHANGEpublic static final MobileApplicationFunctionalities PERSONAL_COMPUTER_FILE_EXCHANGE The 'Personal Computer File Exchange' literal object.- See Also:
- PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE
 
 - 
ADSpublic static final MobileApplicationFunctionalities ADS The 'Ads' literal object.- See Also:
- ADS_VALUE
 
 - 
NUMBER_DIALINGpublic static final MobileApplicationFunctionalities NUMBER_DIALING The 'Number Dialing' literal object.- See Also:
- NUMBER_DIALING_VALUE
 
 - 
CALL_PROCESSINGpublic static final MobileApplicationFunctionalities CALL_PROCESSING The 'Call Processing' literal object.- See Also:
- CALL_PROCESSING_VALUE
 
 - 
CALL_LOGpublic static final MobileApplicationFunctionalities CALL_LOG The 'Call Log' literal object.- See Also:
- CALL_LOG_VALUE
 
 - 
AUTO_SEND_SMSpublic static final MobileApplicationFunctionalities AUTO_SEND_SMS The 'Auto Send SMS' literal object.- See Also:
- AUTO_SEND_SMS_VALUE
 
 - 
RECEIVE_SMSpublic static final MobileApplicationFunctionalities RECEIVE_SMS The 'Receive SMS' literal object.- See Also:
- RECEIVE_SMS_VALUE
 
 - 
SMS_LOGpublic static final MobileApplicationFunctionalities SMS_LOG The 'SMS Log' literal object.- See Also:
- SMS_LOG_VALUE
 
 - 
CAMERApublic static final MobileApplicationFunctionalities CAMERA The 'Camera' literal object.- See Also:
- CAMERA_VALUE
 
 - 
MICROPHONEpublic static final MobileApplicationFunctionalities MICROPHONE The 'Microphone' literal object.- See Also:
- MICROPHONE_VALUE
 
 - 
MUSIC_LIBRARYpublic static final MobileApplicationFunctionalities MUSIC_LIBRARY The 'Music Library' literal object.- See Also:
- MUSIC_LIBRARY_VALUE
 
 - 
PICTURE_AND_VIDEO_LIBRARIESpublic static final MobileApplicationFunctionalities PICTURE_AND_VIDEO_LIBRARIES The 'Picture And Video Libraries' literal object.- See Also:
- PICTURE_AND_VIDEO_LIBRARIES_VALUE
 
 - 
AUDIO_PLAYBACK_AND_VIBRATIONpublic 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_VIBRATIONpublic static final MobileApplicationFunctionalities BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION The 'Background Audio Playback And Vibration' literal object.
 - 
INSTALL_PACKAGESpublic static final MobileApplicationFunctionalities INSTALL_PACKAGES The 'Install Packages' literal object.- See Also:
- INSTALL_PACKAGES_VALUE
 
 - 
OS_BACKUPpublic static final MobileApplicationFunctionalities OS_BACKUP The 'OS Backup' literal object.- See Also:
- OS_BACKUP_VALUE
 
 - 
APPLICATION_USAGE_STATISTICSpublic static final MobileApplicationFunctionalities APPLICATION_USAGE_STATISTICS The 'Application Usage Statistics' literal object.- See Also:
- APPLICATION_USAGE_STATISTICS_VALUE
 
 - 
BARCODE_SCANNINGpublic static final MobileApplicationFunctionalities BARCODE_SCANNING The 'Barcode Scanning' literal object.- See Also:
- BARCODE_SCANNING_VALUE
 
 - 
BACKGROUND_AUDIO_RECORDINGpublic static final MobileApplicationFunctionalities BACKGROUND_AUDIO_RECORDING The 'Background Audio Recording' literal object.- See Also:
- BACKGROUND_AUDIO_RECORDING_VALUE
 
 - 
ALL_FILES_ACCESSpublic static final MobileApplicationFunctionalities ALL_FILES_ACCESS The 'All Files Access' literal object.- See Also:
- ALL_FILES_ACCESS_VALUE
 
 - 
VIDEOCONFERENCESpublic static final MobileApplicationFunctionalities VIDEOCONFERENCES The 'Videoconferences' literal object.- See Also:
- VIDEOCONFERENCES_VALUE
 
 
- 
 - 
Field Detail- 
BIOMETRICS_VALUEpublic static final int BIOMETRICS_VALUE The 'Biometrics' literal value.- See Also:
- BIOMETRICS, Constant Field Values
 
 - 
LOCATION_VALUEpublic static final int LOCATION_VALUE The 'Location' literal value.- See Also:
- LOCATION, Constant Field Values
 
 - 
BACKGROUND_LOCATION_VALUEpublic static final int BACKGROUND_LOCATION_VALUE The 'Background Location' literal value.- See Also:
- BACKGROUND_LOCATION, Constant Field Values
 
 - 
BLUETOOTH_PRINTERS_VALUEpublic static final int BLUETOOTH_PRINTERS_VALUE The 'Bluetooth Printers' literal value.- See Also:
- BLUETOOTH_PRINTERS, Constant Field Values
 
 - 
WI_FI_PRINTERS_VALUEpublic static final int WI_FI_PRINTERS_VALUE The 'Wi Fi Printers' literal value.- See Also:
- WI_FI_PRINTERS, Constant Field Values
 
 - 
CONTACTS_VALUEpublic static final int CONTACTS_VALUE The 'Contacts' literal value.- See Also:
- CONTACTS, Constant Field Values
 
 - 
CALENDARS_VALUEpublic static final int CALENDARS_VALUE The 'Calendars' literal value.- See Also:
- CALENDARS, Constant Field Values
 
 - 
PUSH_NOTIFICATIONS_VALUEpublic static final int PUSH_NOTIFICATIONS_VALUE The 'Push Notifications' literal value.- See Also:
- PUSH_NOTIFICATIONS, Constant Field Values
 
 - 
LOCAL_NOTIFICATIONS_VALUEpublic static final int LOCAL_NOTIFICATIONS_VALUE The 'Local Notifications' literal value.- See Also:
- LOCAL_NOTIFICATIONS, Constant Field Values
 
 - 
IN_APP_PURCHASES_VALUEpublic 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_VALUEpublic static final int PERSONAL_COMPUTER_FILE_EXCHANGE_VALUE The 'Personal Computer File Exchange' literal value.
 - 
ADS_VALUEpublic static final int ADS_VALUE The 'Ads' literal value.- See Also:
- ADS, Constant Field Values
 
 - 
NUMBER_DIALING_VALUEpublic static final int NUMBER_DIALING_VALUE The 'Number Dialing' literal value.- See Also:
- NUMBER_DIALING, Constant Field Values
 
 - 
CALL_PROCESSING_VALUEpublic static final int CALL_PROCESSING_VALUE The 'Call Processing' literal value.- See Also:
- CALL_PROCESSING, Constant Field Values
 
 - 
CALL_LOG_VALUEpublic static final int CALL_LOG_VALUE The 'Call Log' literal value.- See Also:
- CALL_LOG, Constant Field Values
 
 - 
AUTO_SEND_SMS_VALUEpublic static final int AUTO_SEND_SMS_VALUE The 'Auto Send SMS' literal value.- See Also:
- AUTO_SEND_SMS, Constant Field Values
 
 - 
RECEIVE_SMS_VALUEpublic static final int RECEIVE_SMS_VALUE The 'Receive SMS' literal value.- See Also:
- RECEIVE_SMS, Constant Field Values
 
 - 
SMS_LOG_VALUEpublic static final int SMS_LOG_VALUE The 'SMS Log' literal value.- See Also:
- SMS_LOG, Constant Field Values
 
 - 
CAMERA_VALUEpublic static final int CAMERA_VALUE The 'Camera' literal value.- See Also:
- CAMERA, Constant Field Values
 
 - 
MICROPHONE_VALUEpublic static final int MICROPHONE_VALUE The 'Microphone' literal value.- See Also:
- MICROPHONE, Constant Field Values
 
 - 
MUSIC_LIBRARY_VALUEpublic static final int MUSIC_LIBRARY_VALUE The 'Music Library' literal value.- See Also:
- MUSIC_LIBRARY, Constant Field Values
 
 - 
PICTURE_AND_VIDEO_LIBRARIES_VALUEpublic 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_VALUEpublic static final int AUDIO_PLAYBACK_AND_VIBRATION_VALUE The 'Audio Playback And Vibration' literal value.
 - 
BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUEpublic static final int BACKGROUND_AUDIO_PLAYBACK_AND_VIBRATION_VALUE The 'Background Audio Playback And Vibration' literal value.
 - 
INSTALL_PACKAGES_VALUEpublic static final int INSTALL_PACKAGES_VALUE The 'Install Packages' literal value.- See Also:
- INSTALL_PACKAGES, Constant Field Values
 
 - 
OS_BACKUP_VALUEpublic static final int OS_BACKUP_VALUE The 'OS Backup' literal value.- See Also:
- OS_BACKUP, Constant Field Values
 
 - 
APPLICATION_USAGE_STATISTICS_VALUEpublic static final int APPLICATION_USAGE_STATISTICS_VALUE The 'Application Usage Statistics' literal value.
 - 
BARCODE_SCANNING_VALUEpublic static final int BARCODE_SCANNING_VALUE The 'Barcode Scanning' literal value.- See Also:
- BARCODE_SCANNING, Constant Field Values
 
 - 
BACKGROUND_AUDIO_RECORDING_VALUEpublic static final int BACKGROUND_AUDIO_RECORDING_VALUE The 'Background Audio Recording' literal value.- See Also:
- BACKGROUND_AUDIO_RECORDING, Constant Field Values
 
 - 
ALL_FILES_ACCESS_VALUEpublic static final int ALL_FILES_ACCESS_VALUE The 'All Files Access' literal value.- See Also:
- ALL_FILES_ACCESS, Constant Field Values
 
 - 
VIDEOCONFERENCES_VALUEpublic static final int VIDEOCONFERENCES_VALUE The 'Videoconferences' literal value.- See Also:
- VIDEOCONFERENCES, Constant Field Values
 
 - 
VALUESpublic static final List<MobileApplicationFunctionalities> VALUES A public read-only list of all the 'Mobile Application Functionalities' enumerators.
 
- 
 - 
Method Detail- 
valuespublic 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
 
 - 
valueOfpublic 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 name
- NullPointerException- if the argument is null
 
 - 
getpublic 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.
 
 - 
getByNamepublic 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.
 
 - 
getpublic 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.
 
 - 
getValuepublic int getValue() - Specified by:
- getValuein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getNamepublic String getName() - Specified by:
- getNamein interface- org.eclipse.emf.common.util.Enumerator
 
 - 
getLiteralpublic String getLiteral() - Specified by:
- getLiteralin interface- org.eclipse.emf.common.util.Enumerator
 
 - 
toStringpublic String toString() Returns the literal value of the enumerator, which is its string representation.- Overrides:
- toStringin class- Enum<MobileApplicationFunctionalities>
 
 
- 
 
-