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 Summary
Enum Constants Enum Constant Description AUDIO_PLAYBACK_AND_VIBRATION
The 'Audio Playback And Vibration' literal object.AUTO_SEND_SMS
The 'Auto Send SMS' literal object.BACKGROUND_LOCATION
The 'Background Location' 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.LOCATION
The 'Location' literal object.MICROPHONE
The 'Microphone' literal object.MUSIC_LIBRARY
The 'Music Library' literal object.NUMBER_DIALING
The 'Number Dialing' literal object.PICTURE_AND_VIDEO_LIBRARIES
The 'Picture And Video Libraries' literal object.RECEIVE_SMS
The 'Receive SMS' literal object.SMS_LOG
The 'SMS Log' literal object.
-
Field Summary
Fields Modifier and Type Field Description 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_LOCATION_VALUE
The 'Background Location' 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
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
PICTURE_AND_VIDEO_LIBRARIES_VALUE
The 'Picture And Video Libraries' literal value.static int
RECEIVE_SMS_VALUE
The 'Receive SMS' literal value.static int
SMS_LOG_VALUE
The 'SMS Log' literal value.static List<RequiredMobileApplicationPermissionMessages>
VALUES
A public read-only list of all the 'Required Mobile Application Permission Messages' enumerators.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RequiredMobileApplicationPermissionMessages
get(int value)
Returns the 'Required Mobile Application Permission Messages' literal with the specified integer value.static RequiredMobileApplicationPermissionMessages
get(String literal)
Returns the 'Required Mobile Application Permission Messages' literal with the specified literal value.static RequiredMobileApplicationPermissionMessages
getByName(String name)
Returns the 'Required Mobile Application Permission Messages' 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 RequiredMobileApplicationPermissionMessages
valueOf(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
-
BIOMETRICS
public static final RequiredMobileApplicationPermissionMessages BIOMETRICS
The 'Biometrics' literal object.- See Also:
BIOMETRICS_VALUE
-
LOCATION
public static final RequiredMobileApplicationPermissionMessages LOCATION
The 'Location' literal object.- See Also:
LOCATION_VALUE
-
BACKGROUND_LOCATION
public static final RequiredMobileApplicationPermissionMessages BACKGROUND_LOCATION
The 'Background Location' literal object.- See Also:
BACKGROUND_LOCATION_VALUE
-
BLUETOOTH_PRINTERS
public static final RequiredMobileApplicationPermissionMessages BLUETOOTH_PRINTERS
The 'Bluetooth Printers' literal object.- See Also:
BLUETOOTH_PRINTERS_VALUE
-
CONTACTS
public static final RequiredMobileApplicationPermissionMessages CONTACTS
The 'Contacts' literal object.- See Also:
CONTACTS_VALUE
-
CALENDARS
public static final RequiredMobileApplicationPermissionMessages CALENDARS
The 'Calendars' literal object.- See Also:
CALENDARS_VALUE
-
NUMBER_DIALING
public static final RequiredMobileApplicationPermissionMessages NUMBER_DIALING
The 'Number Dialing' literal object.- See Also:
NUMBER_DIALING_VALUE
-
CALL_PROCESSING
public static final RequiredMobileApplicationPermissionMessages CALL_PROCESSING
The 'Call Processing' literal object.- See Also:
CALL_PROCESSING_VALUE
-
CALL_LOG
public static final RequiredMobileApplicationPermissionMessages CALL_LOG
The 'Call Log' literal object.- See Also:
CALL_LOG_VALUE
-
AUTO_SEND_SMS
public static final RequiredMobileApplicationPermissionMessages AUTO_SEND_SMS
The 'Auto Send SMS' literal object.- See Also:
AUTO_SEND_SMS_VALUE
-
RECEIVE_SMS
public static final RequiredMobileApplicationPermissionMessages RECEIVE_SMS
The 'Receive SMS' literal object.- See Also:
RECEIVE_SMS_VALUE
-
SMS_LOG
public static final RequiredMobileApplicationPermissionMessages SMS_LOG
The 'SMS Log' literal object.- See Also:
SMS_LOG_VALUE
-
CAMERA
public static final RequiredMobileApplicationPermissionMessages CAMERA
The 'Camera' literal object.- See Also:
CAMERA_VALUE
-
MICROPHONE
public static final RequiredMobileApplicationPermissionMessages MICROPHONE
The 'Microphone' literal object.- See Also:
MICROPHONE_VALUE
-
MUSIC_LIBRARY
public static final RequiredMobileApplicationPermissionMessages MUSIC_LIBRARY
The 'Music Library' literal object.- See Also:
MUSIC_LIBRARY_VALUE
-
PICTURE_AND_VIDEO_LIBRARIES
public static final RequiredMobileApplicationPermissionMessages 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 RequiredMobileApplicationPermissionMessages AUDIO_PLAYBACK_AND_VIBRATION
The 'Audio Playback And Vibration' literal object.- See Also:
AUDIO_PLAYBACK_AND_VIBRATION_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
-
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
-
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.
-
VALUES
public static final List<RequiredMobileApplicationPermissionMessages> VALUES
A public read-only list of all the 'Required Mobile Application Permission Messages' enumerators.
-
-
Method Detail
-
values
public 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
-
valueOf
public 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 nameNullPointerException
- if the argument is null
-
get
public 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
.
-
getByName
public 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
.
-
get
public 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
.
-
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<RequiredMobileApplicationPermissionMessages>
-
-