Package com._1c.g5.v8.dt.metadata.common
Interface RequiredPermissionMessage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RequiredPermissionMessageImpl
public interface RequiredPermissionMessage extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Required Permission Message'.The following features are supported:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EMap<String,String>getDescription()Returns the value of the 'Description' map.RequiredMobileApplicationPermissionMessagesgetPermission()Returns the value of the 'Permission' attribute.voidsetPermission(RequiredMobileApplicationPermissionMessages value)Sets the value of the 'Permission' attribute.
-
-
-
Method Detail
-
getPermission
RequiredMobileApplicationPermissionMessages getPermission()
Returns the value of the 'Permission' attribute. The literals are from the enumerationRequiredMobileApplicationPermissionMessages.- Returns:
- the value of the 'Permission' attribute.
- See Also:
RequiredMobileApplicationPermissionMessages,setPermission(RequiredMobileApplicationPermissionMessages),CommonPackage.getRequiredPermissionMessage_Permission()
-
setPermission
void setPermission(RequiredMobileApplicationPermissionMessages value)
Sets the value of the 'Permission' attribute.- Parameters:
value- the new value of the 'Permission' attribute.- See Also:
RequiredMobileApplicationPermissionMessages,getPermission()
-
getDescription
org.eclipse.emf.common.util.EMap<String,String> getDescription()
Returns the value of the 'Description' map. The key is of typeString, and the value is of typeString,- Returns:
- the value of the 'Description' map.
- See Also:
CommonPackage.getRequiredPermissionMessage_Description()
-
-