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.EObjectA representation of the model object 'Required Permission'.The following features are supported:
- See Also:
CommonPackage.getRequiredPermission()
-
-
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.RequiredMobileApplicationPermissionsgetPermission()Returns the value of the 'Permission' attribute.booleanisUse()Returns the value of the 'Use' attribute.voidsetPermission(RequiredMobileApplicationPermissions value)Sets the value of the 'Permission' attribute.voidsetUse(boolean value)Sets the value of the 'Use' attribute.
-
-
-
Method Detail
-
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:
RequiredMobileApplicationPermissions,setPermission(RequiredMobileApplicationPermissions),CommonPackage.getRequiredPermission_Permission()
-
setPermission
void setPermission(RequiredMobileApplicationPermissions value)
Sets the value of the 'Permission' attribute.- Parameters:
value- the new value of the 'Permission' attribute.- See Also:
RequiredMobileApplicationPermissions,getPermission()
-
isUse
boolean isUse()
Returns the value of the 'Use' attribute.- Returns:
- the value of the 'Use' attribute.
- See Also:
setUse(boolean),CommonPackage.getRequiredPermission_Use()
-
setUse
void setUse(boolean value)
Sets the value of the 'Use' attribute.- Parameters:
value- the new value of the 'Use' attribute.- See Also:
isUse()
-
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.getRequiredPermission_Description()
-
-