Uses of Interface
iotmodel.Permission
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of Permission in iotmodel
Subinterfaces of Permission in iotmodel Modifier and Type Interface Description interfaceAllowPermissionA representation of the model object 'Allow Permission'.interfaceDenyPermissionA representation of the model object 'Deny Permission'.Methods in iotmodel that return Permission Modifier and Type Method Description PermissionAction. getPermission()Returns the value of the 'Permission' reference.Methods in iotmodel that return types with arguments of type Permission Modifier and Type Method Description org.eclipse.emf.common.util.EList<Permission>Rule. getPermission()Returns the value of the 'Permission' containment reference list.Methods in iotmodel with parameters of type Permission Modifier and Type Method Description voidAction. setPermission(Permission value)Sets the value of the 'Permission' reference. -
Uses of Permission in iotmodel.impl
Classes in iotmodel.impl that implement Permission Modifier and Type Class Description classAllowPermissionImplAn implementation of the model object 'Allow Permission'.classDenyPermissionImplAn implementation of the model object 'Deny Permission'.classPermissionImplAn implementation of the model object 'Permission'.Fields in iotmodel.impl declared as Permission Modifier and Type Field Description protected PermissionActionImpl. permissionThe cached value of the 'Permission' reference.Fields in iotmodel.impl with type parameters of type Permission Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Permission>RuleImpl. permissionThe cached value of the 'Permission' containment reference list.Methods in iotmodel.impl that return Permission Modifier and Type Method Description PermissionActionImpl. basicGetPermission()PermissionActionImpl. getPermission()Methods in iotmodel.impl that return types with arguments of type Permission Modifier and Type Method Description org.eclipse.emf.common.util.EList<Permission>RuleImpl. getPermission()Methods in iotmodel.impl with parameters of type Permission Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainActionImpl. basicSetPermission(Permission newPermission, org.eclipse.emf.common.notify.NotificationChain msgs)voidActionImpl. setPermission(Permission newPermission) -
Uses of Permission in iotmodel.util
Methods in iotmodel.util with parameters of type Permission Modifier and Type Method Description TIotmodelSwitch. casePermission(Permission object)Returns the result of interpreting the object as an instance of 'Permission'.booleanIotmodelValidator. validatePermission(Permission permission, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)