Package com._1c.g5.v8.dt.metadata.common
Interface RequiredPermission
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RequiredPermissionImpl
public interface RequiredPermission
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Required Permission'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Description' map.Returns the value of the 'Permission' attribute.boolean
isUse()
Returns the value of the 'Use' attribute.void
Sets the value of the 'Permission
' attribute.void
setUse
(boolean value) Sets the value of the 'Use
' 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
RequiredMobileApplicationPermissions getPermission()Returns the value of the 'Permission' attribute. The literals are from the enumerationRequiredMobileApplicationPermissions
.- 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:
-
isUse
boolean isUse()Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
-
setUse
void setUse(boolean value) Sets the value of the 'Use
' attribute.- Parameters:
value
- the new value of the 'Use' 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:
-