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.EObject
A representation of the model object 'Required Permission Message'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Description' map.Returns the value of the 'Permission' attribute.void
Sets the value of the 'Permission
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
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:
-
setPermission
Sets the value of the 'Permission
' attribute.- Parameters:
value
- the new value of the 'Permission' attribute.- See Also:
-
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:
-