Package com._1c.g5.v8.dt.metadata.common
Enum RequiredMobileApplicationPermissionMessages
- java.lang.Object
- 
- java.lang.Enum<RequiredMobileApplicationPermissionMessages>
- 
- com._1c.g5.v8.dt.metadata.common.RequiredMobileApplicationPermissionMessages
 
 
- 
- All Implemented Interfaces:
- Serializable,- Comparable<RequiredMobileApplicationPermissionMessages>,- org.eclipse.emf.common.util.Enumerator
 
 public enum RequiredMobileApplicationPermissionMessages extends Enum<RequiredMobileApplicationPermissionMessages> implements org.eclipse.emf.common.util.Enumerator A representation of the literals of the enumeration 'Required Mobile Application Permission Messages', and utility methods for working with them.
- 
- 
Enum Constant SummaryEnum Constants Enum Constant Description AUDIO_PLAYBACK_AND_VIBRATIONThe 'Audio Playback And Vibration' literal object.AUTO_SEND_SMSThe 'Auto Send SMS' literal object.BACKGROUND_LOCATIONThe 'Background Location' 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.LOCATIONThe 'Location' literal object.MICROPHONEThe 'Microphone' literal object.MUSIC_LIBRARYThe 'Music Library' literal object.NUMBER_DIALINGThe 'Number Dialing' literal object.PERMISSION_GROUP_CALL_LOGThe 'Permission Group Call Log' literal object.PERMISSION_GROUP_PHONEThe 'Permission Group Phone' literal object.PERMISSION_GROUP_SMSThe 'Permission Group SMS' literal object.PICTURE_AND_VIDEO_LIBRARIESThe 'Picture And Video Libraries' literal object.RECEIVE_SMSThe 'Receive SMS' literal object.SMS_LOGThe 'SMS Log' literal object.
 - 
Field SummaryFields Modifier and Type Field Description static intAUDIO_PLAYBACK_AND_VIBRATION_VALUEThe 'Audio Playback And Vibration' literal value.static intAUTO_SEND_SMS_VALUEThe 'Auto Send SMS' literal value.static intBACKGROUND_LOCATION_VALUEThe 'Background Location' 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 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 intPERMISSION_GROUP_CALL_LOG_VALUEThe 'Permission Group Call Log' literal value.static intPERMISSION_GROUP_PHONE_VALUEThe 'Permission Group Phone' literal value.static intPERMISSION_GROUP_SMS_VALUEThe 'Permission Group SMS' literal value.static intPICTURE_AND_VIDEO_LIBRARIES_VALUEThe 'Picture And Video Libraries' literal value.static intRECEIVE_SMS_VALUEThe 'Receive SMS' literal value.static intSMS_LOG_VALUEThe 'SMS Log' literal value.static List<RequiredMobileApplicationPermissionMessages>VALUESA public read-only list of all the 'Required Mobile Application Permission Messages' enumerators.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequiredMobileApplicationPermissionMessagesget(int value)Returns the 'Required Mobile Application Permission Messages' literal with the specified integer value.static RequiredMobileApplicationPermissionMessagesget(String literal)Returns the 'Required Mobile Application Permission Messages' literal with the specified literal value.static RequiredMobileApplicationPermissionMessagesgetByName(String name)Returns the 'Required Mobile Application Permission Messages' literal with the specified name.StringgetLiteral()StringgetName()intgetValue()StringtoString()Returns the literal value of the enumerator, which is its string representation.static RequiredMobileApplicationPermissionMessagesvalueOf(String name)Returns the enum constant of this type with the specified name.static RequiredMobileApplicationPermissionMessages[]values()Returns an array containing the constants of this enum type, in the order they are declared.
 
- 
- 
- 
Enum Constant Detail- 
BIOMETRICSpublic static final RequiredMobileApplicationPermissionMessages BIOMETRICS The 'Biometrics' literal object.- See Also:
- BIOMETRICS_VALUE
 
 - 
LOCATIONpublic static final RequiredMobileApplicationPermissionMessages LOCATION The 'Location' literal object.- See Also:
- LOCATION_VALUE
 
 - 
BACKGROUND_LOCATIONpublic static final RequiredMobileApplicationPermissionMessages BACKGROUND_LOCATION The 'Background Location' literal object.- See Also:
- BACKGROUND_LOCATION_VALUE
 
 - 
BLUETOOTH_PRINTERSpublic static final RequiredMobileApplicationPermissionMessages BLUETOOTH_PRINTERS The 'Bluetooth Printers' literal object.- See Also:
- BLUETOOTH_PRINTERS_VALUE
 
 - 
CONTACTSpublic static final RequiredMobileApplicationPermissionMessages CONTACTS The 'Contacts' literal object.- See Also:
- CONTACTS_VALUE
 
 - 
CALENDARSpublic static final RequiredMobileApplicationPermissionMessages CALENDARS The 'Calendars' literal object.- See Also:
- CALENDARS_VALUE
 
 - 
NUMBER_DIALINGpublic static final RequiredMobileApplicationPermissionMessages NUMBER_DIALING The 'Number Dialing' literal object.- See Also:
- NUMBER_DIALING_VALUE
 
 - 
CALL_PROCESSINGpublic static final RequiredMobileApplicationPermissionMessages CALL_PROCESSING The 'Call Processing' literal object.- See Also:
- CALL_PROCESSING_VALUE
 
 - 
CALL_LOGpublic static final RequiredMobileApplicationPermissionMessages CALL_LOG The 'Call Log' literal object.- See Also:
- CALL_LOG_VALUE
 
 - 
AUTO_SEND_SMSpublic static final RequiredMobileApplicationPermissionMessages AUTO_SEND_SMS The 'Auto Send SMS' literal object.- See Also:
- AUTO_SEND_SMS_VALUE
 
 - 
RECEIVE_SMSpublic static final RequiredMobileApplicationPermissionMessages RECEIVE_SMS The 'Receive SMS' literal object.- See Also:
- RECEIVE_SMS_VALUE
 
 - 
SMS_LOGpublic static final RequiredMobileApplicationPermissionMessages SMS_LOG The 'SMS Log' literal object.- See Also:
- SMS_LOG_VALUE
 
 - 
CAMERApublic static final RequiredMobileApplicationPermissionMessages CAMERA The 'Camera' literal object.- See Also:
- CAMERA_VALUE
 
 - 
MICROPHONEpublic static final RequiredMobileApplicationPermissionMessages MICROPHONE The 'Microphone' literal object.- See Also:
- MICROPHONE_VALUE
 
 - 
MUSIC_LIBRARYpublic static final RequiredMobileApplicationPermissionMessages MUSIC_LIBRARY The 'Music Library' literal object.- See Also:
- MUSIC_LIBRARY_VALUE
 
 - 
PICTURE_AND_VIDEO_LIBRARIESpublic static final RequiredMobileApplicationPermissionMessages PICTURE_AND_VIDEO_LIBRARIES The 'Picture And Video Libraries' literal object.- See Also:
- PICTURE_AND_VIDEO_LIBRARIES_VALUE
 
 - 
AUDIO_PLAYBACK_AND_VIBRATIONpublic static final RequiredMobileApplicationPermissionMessages AUDIO_PLAYBACK_AND_VIBRATION The 'Audio Playback And Vibration' literal object.- See Also:
- AUDIO_PLAYBACK_AND_VIBRATION_VALUE
 
 - 
PERMISSION_GROUP_PHONEpublic static final RequiredMobileApplicationPermissionMessages PERMISSION_GROUP_PHONE The 'Permission Group Phone' literal object.- See Also:
- PERMISSION_GROUP_PHONE_VALUE
 
 - 
PERMISSION_GROUP_CALL_LOGpublic static final RequiredMobileApplicationPermissionMessages PERMISSION_GROUP_CALL_LOG The 'Permission Group Call Log' literal object.- See Also:
- PERMISSION_GROUP_CALL_LOG_VALUE
 
 - 
PERMISSION_GROUP_SMSpublic static final RequiredMobileApplicationPermissionMessages PERMISSION_GROUP_SMS The 'Permission Group SMS' literal object.- See Also:
- PERMISSION_GROUP_SMS_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
 
 - 
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
 
 - 
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.
 - 
PERMISSION_GROUP_PHONE_VALUEpublic static final int PERMISSION_GROUP_PHONE_VALUE The 'Permission Group Phone' literal value.- See Also:
- PERMISSION_GROUP_PHONE, Constant Field Values
 
 - 
PERMISSION_GROUP_CALL_LOG_VALUEpublic static final int PERMISSION_GROUP_CALL_LOG_VALUE The 'Permission Group Call Log' literal value.- See Also:
- PERMISSION_GROUP_CALL_LOG, Constant Field Values
 
 - 
PERMISSION_GROUP_SMS_VALUEpublic static final int PERMISSION_GROUP_SMS_VALUE The 'Permission Group SMS' literal value.- See Also:
- PERMISSION_GROUP_SMS, Constant Field Values
 
 - 
VALUESpublic static final List<RequiredMobileApplicationPermissionMessages> VALUES A public read-only list of all the 'Required Mobile Application Permission Messages' enumerators.
 
- 
 - 
Method Detail- 
valuespublic static RequiredMobileApplicationPermissionMessages[] 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 (RequiredMobileApplicationPermissionMessages c : RequiredMobileApplicationPermissionMessages.values()) System.out.println(c); - Returns:
- an array containing the constants of this enum type, in the order they are declared
 
 - 
valueOfpublic static RequiredMobileApplicationPermissionMessages 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 RequiredMobileApplicationPermissionMessages get(String literal) Returns the 'Required Mobile Application Permission Messages' literal with the specified literal value.- Parameters:
- literal- the literal.
- Returns:
- the matching enumerator or null.
 
 - 
getByNamepublic static RequiredMobileApplicationPermissionMessages getByName(String name) Returns the 'Required Mobile Application Permission Messages' literal with the specified name.- Parameters:
- name- the name.
- Returns:
- the matching enumerator or null.
 
 - 
getpublic static RequiredMobileApplicationPermissionMessages get(int value) Returns the 'Required Mobile Application Permission Messages' 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<RequiredMobileApplicationPermissionMessages>
 
 
- 
 
-