public interface AccessControlPolicy
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getAccessControlPolicy()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Network> |
getIsEnforced()
Returns the value of the 'Is Enforced' reference list.
|
String |
getPolicyName()
Returns the value of the 'Policy Name' attribute.
|
org.eclipse.emf.common.util.EList<Rule> |
getRule()
Returns the value of the 'Rule' containment reference list.
|
void |
setPolicyName(String value)
Sets the value of the '
Policy Name' attribute. |
org.eclipse.emf.common.util.EList<Rule> getRule()
Rule.
IotmodelPackage.getAccessControlPolicy_Rule()org.eclipse.emf.common.util.EList<Network> getIsEnforced()
Network.
It is bidirectional and its opposite is 'Enforce'.
IotmodelPackage.getAccessControlPolicy_IsEnforced(),
Network.getEnforce()String getPolicyName()
setPolicyName(String),
IotmodelPackage.getAccessControlPolicy_PolicyName()void setPolicyName(String value)
Policy Name' attribute.
value - the new value of the 'Policy Name' attribute.getPolicyName()Copyright © 2018–2020 Atlanmod. All rights reserved.