Package com._1c.g5.v8.dt.metadata.common
Enum RequiredMobileApplicationPermissions
- java.lang.Object
-
- java.lang.Enum<RequiredMobileApplicationPermissions>
-
- com._1c.g5.v8.dt.metadata.common.RequiredMobileApplicationPermissions
-
- All Implemented Interfaces:
Serializable
,Comparable<RequiredMobileApplicationPermissions>
,org.eclipse.emf.common.util.Enumerator
public enum RequiredMobileApplicationPermissions extends Enum<RequiredMobileApplicationPermissions> implements org.eclipse.emf.common.util.Enumerator
A representation of the literals of the enumeration 'Required Mobile Application Permissions', and utility methods for working with them.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADS
The 'Ads' literal object.ALLOW_OS_BACKUP
The 'Allow OS Backup' literal object.AUDIO_AND_VIBRATION_PLAYBACK
The 'Audio And Vibration Playback' literal object.BACKGROUND_AUDIO_PLAYBACK
The 'Background Audio Playback' literal object.BACKGROUND_LOCATION
The 'Background Location' literal object.CALENDARS
The 'Calendars' literal object.CALL_LOG
The 'Call Log' literal object.CALL_PHONE
The 'Call Phone' literal object.CAMERA
The 'Camera' literal object.CONTACTS
The 'Contacts' literal object.FILE_EXCHANGE_WITH_PERSONAL_COMPUTER
The 'File Exchange With Personal Computer' literal object.HANDLE_PHONE_CALLS
The 'Handle Phone Calls' literal object.IN_APP_PURCHASES
The 'In App Purchases' literal object.INSTALL_PACKAGES
The 'Install Packages' literal object.LOCAL_NOTIFICATION
The 'Local Notification' literal object.LOCATION
The 'Location' literal object.MICROPHONE
The 'Microphone' literal object.MULTIMEDIA
The 'Multimedia' literal object.MUSIC_LIBRARY
The 'Music Library' literal object.PERMISSION_GROUP_CALL_LOG
The 'Permission Group Call Log' literal object.PERMISSION_GROUP_PHONE
The 'Permission Group Phone' literal object.PERMISSION_GROUP_SMS
The 'Permission Group SMS' literal object.PICTURES_AND_VIDEO_LIBRARIES
The 'Pictures And Video Libraries' literal object.PRINT
The 'Print' literal object.PUSH_NOTIFICATION
The 'Push Notification' literal object.RECEIVE_SMS
The 'Receive SMS' literal object.SEND_SMS
The 'Send SMS' literal object.SMS_LOG
The 'SMS Log' literal object.TELEPHONY
The 'Telephony' literal object.
-
Field Summary
Fields Modifier and Type Field Description static int
ADS_VALUE
The 'Ads' literal value.static int
ALLOW_OS_BACKUP_VALUE
The 'Allow OS Backup' literal value.static int
AUDIO_AND_VIBRATION_PLAYBACK_VALUE
The 'Audio And Vibration Playback' literal value.static int
BACKGROUND_AUDIO_PLAYBACK_VALUE
The 'Background Audio Playback' literal value.static int
BACKGROUND_LOCATION_VALUE
The 'Background Location' literal value.static int
CALENDARS_VALUE
The 'Calendars' literal value.static int
CALL_LOG_VALUE
The 'Call Log' literal value.static int
CALL_PHONE_VALUE
The 'Call Phone' literal value.static int
CAMERA_VALUE
The 'Camera' literal value.static int
CONTACTS_VALUE
The 'Contacts' literal value.static int
FILE_EXCHANGE_WITH_PERSONAL_COMPUTER_VALUE
The 'File Exchange With Personal Computer' literal value.static int
HANDLE_PHONE_CALLS_VALUE
The 'Handle Phone Calls' 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_NOTIFICATION_VALUE
The 'Local Notification' literal value.static int
LOCATION_VALUE
The 'Location' literal value.static int
MICROPHONE_VALUE
The 'Microphone' literal value.static int
MULTIMEDIA_VALUE
The 'Multimedia' literal value.static int
MUSIC_LIBRARY_VALUE
The 'Music Library' literal value.static int
PERMISSION_GROUP_CALL_LOG_VALUE
The 'Permission Group Call Log' literal value.static int
PERMISSION_GROUP_PHONE_VALUE
The 'Permission Group Phone' literal value.static int
PERMISSION_GROUP_SMS_VALUE
The 'Permission Group SMS' literal value.static int
PICTURES_AND_VIDEO_LIBRARIES_VALUE
The 'Pictures And Video Libraries' literal value.static int
PRINT_VALUE
The 'Print' literal value.static int
PUSH_NOTIFICATION_VALUE
The 'Push Notification' literal value.static int
RECEIVE_SMS_VALUE
The 'Receive SMS' literal value.static int
SEND_SMS_VALUE
The 'Send SMS' literal value.static int
SMS_LOG_VALUE
The 'SMS Log' literal value.static int
TELEPHONY_VALUE
The 'Telephony' literal value.static List<RequiredMobileApplicationPermissions>
VALUES
A public read-only list of all the 'Required Mobile Application Permissions' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequiredMobileApplicationPermissions
get(int value)
Returns the 'Required Mobile Application Permissions' literal with the specified integer value.static RequiredMobileApplicationPermissions
get(String literal)
Returns the 'Required Mobile Application Permissions' literal with the specified literal value.static RequiredMobileApplicationPermissions
getByName(String name)
Returns the 'Required Mobile Application Permissions' 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 RequiredMobileApplicationPermissions
valueOf(String name)
Returns the enum constant of this type with the specified name.static RequiredMobileApplicationPermissions[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
MULTIMEDIA
public static final RequiredMobileApplicationPermissions MULTIMEDIA
The 'Multimedia' literal object.- See Also:
MULTIMEDIA_VALUE
-
LOCATION
public static final RequiredMobileApplicationPermissions LOCATION
The 'Location' literal object.- See Also:
LOCATION_VALUE
-
CONTACTS
public static final RequiredMobileApplicationPermissions CONTACTS
The 'Contacts' literal object.- See Also:
CONTACTS_VALUE
-
CALENDARS
public static final RequiredMobileApplicationPermissions CALENDARS
The 'Calendars' literal object.- See Also:
CALENDARS_VALUE
-
TELEPHONY
public static final RequiredMobileApplicationPermissions TELEPHONY
The 'Telephony' literal object.- See Also:
TELEPHONY_VALUE
-
PUSH_NOTIFICATION
public static final RequiredMobileApplicationPermissions PUSH_NOTIFICATION
The 'Push Notification' literal object.- See Also:
PUSH_NOTIFICATION_VALUE
-
LOCAL_NOTIFICATION
public static final RequiredMobileApplicationPermissions LOCAL_NOTIFICATION
The 'Local Notification' literal object.- See Also:
LOCAL_NOTIFICATION_VALUE
-
PRINT
public static final RequiredMobileApplicationPermissions PRINT
The 'Print' literal object.- See Also:
PRINT_VALUE
-
IN_APP_PURCHASES
public static final RequiredMobileApplicationPermissions IN_APP_PURCHASES
The 'In App Purchases' literal object.- See Also:
IN_APP_PURCHASES_VALUE
-
ADS
public static final RequiredMobileApplicationPermissions ADS
The 'Ads' literal object.- See Also:
ADS_VALUE
-
BACKGROUND_LOCATION
public static final RequiredMobileApplicationPermissions BACKGROUND_LOCATION
The 'Background Location' literal object.- See Also:
BACKGROUND_LOCATION_VALUE
-
BACKGROUND_AUDIO_PLAYBACK
public static final RequiredMobileApplicationPermissions BACKGROUND_AUDIO_PLAYBACK
The 'Background Audio Playback' literal object.- See Also:
BACKGROUND_AUDIO_PLAYBACK_VALUE
-
FILE_EXCHANGE_WITH_PERSONAL_COMPUTER
public static final RequiredMobileApplicationPermissions FILE_EXCHANGE_WITH_PERSONAL_COMPUTER
The 'File Exchange With Personal Computer' literal object.
-
PERMISSION_GROUP_PHONE
public static final RequiredMobileApplicationPermissions PERMISSION_GROUP_PHONE
The 'Permission Group Phone' literal object.- See Also:
PERMISSION_GROUP_PHONE_VALUE
-
PERMISSION_GROUP_CALL_LOG
public static final RequiredMobileApplicationPermissions PERMISSION_GROUP_CALL_LOG
The 'Permission Group Call Log' literal object.- See Also:
PERMISSION_GROUP_CALL_LOG_VALUE
-
PERMISSION_GROUP_SMS
public static final RequiredMobileApplicationPermissions PERMISSION_GROUP_SMS
The 'Permission Group SMS' literal object.- See Also:
PERMISSION_GROUP_SMS_VALUE
-
CALL_PHONE
public static final RequiredMobileApplicationPermissions CALL_PHONE
The 'Call Phone' literal object.- See Also:
CALL_PHONE_VALUE
-
CALL_LOG
public static final RequiredMobileApplicationPermissions CALL_LOG
The 'Call Log' literal object.- See Also:
CALL_LOG_VALUE
-
HANDLE_PHONE_CALLS
public static final RequiredMobileApplicationPermissions HANDLE_PHONE_CALLS
The 'Handle Phone Calls' literal object.- See Also:
HANDLE_PHONE_CALLS_VALUE
-
SEND_SMS
public static final RequiredMobileApplicationPermissions SEND_SMS
The 'Send SMS' literal object.- See Also:
SEND_SMS_VALUE
-
RECEIVE_SMS
public static final RequiredMobileApplicationPermissions RECEIVE_SMS
The 'Receive SMS' literal object.- See Also:
RECEIVE_SMS_VALUE
-
SMS_LOG
public static final RequiredMobileApplicationPermissions SMS_LOG
The 'SMS Log' literal object.- See Also:
SMS_LOG_VALUE
-
CAMERA
public static final RequiredMobileApplicationPermissions CAMERA
The 'Camera' literal object.- See Also:
CAMERA_VALUE
-
MICROPHONE
public static final RequiredMobileApplicationPermissions MICROPHONE
The 'Microphone' literal object.- See Also:
MICROPHONE_VALUE
-
MUSIC_LIBRARY
public static final RequiredMobileApplicationPermissions MUSIC_LIBRARY
The 'Music Library' literal object.- See Also:
MUSIC_LIBRARY_VALUE
-
PICTURES_AND_VIDEO_LIBRARIES
public static final RequiredMobileApplicationPermissions PICTURES_AND_VIDEO_LIBRARIES
The 'Pictures And Video Libraries' literal object.- See Also:
PICTURES_AND_VIDEO_LIBRARIES_VALUE
-
AUDIO_AND_VIBRATION_PLAYBACK
public static final RequiredMobileApplicationPermissions AUDIO_AND_VIBRATION_PLAYBACK
The 'Audio And Vibration Playback' literal object.- See Also:
AUDIO_AND_VIBRATION_PLAYBACK_VALUE
-
INSTALL_PACKAGES
public static final RequiredMobileApplicationPermissions INSTALL_PACKAGES
The 'Install Packages' literal object.- See Also:
INSTALL_PACKAGES_VALUE
-
ALLOW_OS_BACKUP
public static final RequiredMobileApplicationPermissions ALLOW_OS_BACKUP
The 'Allow OS Backup' literal object.- See Also:
ALLOW_OS_BACKUP_VALUE
-
-
Field Detail
-
MULTIMEDIA_VALUE
public static final int MULTIMEDIA_VALUE
The 'Multimedia' literal value.- See Also:
MULTIMEDIA
, Constant Field Values
-
LOCATION_VALUE
public static final int LOCATION_VALUE
The 'Location' literal value.- See Also:
LOCATION
, 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
-
TELEPHONY_VALUE
public static final int TELEPHONY_VALUE
The 'Telephony' literal value.- See Also:
TELEPHONY
, Constant Field Values
-
PUSH_NOTIFICATION_VALUE
public static final int PUSH_NOTIFICATION_VALUE
The 'Push Notification' literal value.- See Also:
PUSH_NOTIFICATION
, Constant Field Values
-
LOCAL_NOTIFICATION_VALUE
public static final int LOCAL_NOTIFICATION_VALUE
The 'Local Notification' literal value.- See Also:
LOCAL_NOTIFICATION
, Constant Field Values
-
PRINT_VALUE
public static final int PRINT_VALUE
The 'Print' literal value.- See Also:
PRINT
, 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
-
ADS_VALUE
public static final int ADS_VALUE
The 'Ads' literal value.- See Also:
ADS
, 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
-
BACKGROUND_AUDIO_PLAYBACK_VALUE
public static final int BACKGROUND_AUDIO_PLAYBACK_VALUE
The 'Background Audio Playback' literal value.- See Also:
BACKGROUND_AUDIO_PLAYBACK
, Constant Field Values
-
FILE_EXCHANGE_WITH_PERSONAL_COMPUTER_VALUE
public static final int FILE_EXCHANGE_WITH_PERSONAL_COMPUTER_VALUE
The 'File Exchange With Personal Computer' literal value.
-
PERMISSION_GROUP_PHONE_VALUE
public 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_VALUE
public 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_VALUE
public static final int PERMISSION_GROUP_SMS_VALUE
The 'Permission Group SMS' literal value.- See Also:
PERMISSION_GROUP_SMS
, Constant Field Values
-
CALL_PHONE_VALUE
public static final int CALL_PHONE_VALUE
The 'Call Phone' literal value.- See Also:
CALL_PHONE
, 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
-
HANDLE_PHONE_CALLS_VALUE
public static final int HANDLE_PHONE_CALLS_VALUE
The 'Handle Phone Calls' literal value.- See Also:
HANDLE_PHONE_CALLS
, Constant Field Values
-
SEND_SMS_VALUE
public static final int SEND_SMS_VALUE
The 'Send SMS' literal value.- See Also:
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
-
PICTURES_AND_VIDEO_LIBRARIES_VALUE
public static final int PICTURES_AND_VIDEO_LIBRARIES_VALUE
The 'Pictures And Video Libraries' literal value.
-
AUDIO_AND_VIBRATION_PLAYBACK_VALUE
public static final int AUDIO_AND_VIBRATION_PLAYBACK_VALUE
The 'Audio And Vibration Playback' literal value.
-
INSTALL_PACKAGES_VALUE
public static final int INSTALL_PACKAGES_VALUE
The 'Install Packages' literal value.- See Also:
INSTALL_PACKAGES
, Constant Field Values
-
ALLOW_OS_BACKUP_VALUE
public static final int ALLOW_OS_BACKUP_VALUE
The 'Allow OS Backup' literal value.- See Also:
ALLOW_OS_BACKUP
, Constant Field Values
-
VALUES
public static final List<RequiredMobileApplicationPermissions> VALUES
A public read-only list of all the 'Required Mobile Application Permissions' enumerators.
-
-
Method Detail
-
values
public static RequiredMobileApplicationPermissions[] 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 (RequiredMobileApplicationPermissions c : RequiredMobileApplicationPermissions.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RequiredMobileApplicationPermissions 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 RequiredMobileApplicationPermissions get(String literal)
Returns the 'Required Mobile Application Permissions' literal with the specified literal value.- Parameters:
literal
- the literal.- Returns:
- the matching enumerator or
null
.
-
getByName
public static RequiredMobileApplicationPermissions getByName(String name)
Returns the 'Required Mobile Application Permissions' literal with the specified name.- Parameters:
name
- the name.- Returns:
- the matching enumerator or
null
.
-
get
public static RequiredMobileApplicationPermissions get(int value)
Returns the 'Required Mobile Application Permissions' 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<RequiredMobileApplicationPermissions>
-
-