Package iotmodel
Interface AccessControlPolicy
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
DefaultPolicy,PrivatePolicy
- All Known Implementing Classes:
AccessControlPolicyImpl,DefaultPolicyImpl,PrivatePolicyImpl
public interface AccessControlPolicy
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Access Control Policy'.
The following features are supported:
- See Also:
IotmodelPackage.getAccessControlPolicy()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Network>getIsEnforced()Returns the value of the 'Is Enforced' reference list.StringgetPolicyName()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.voidsetPolicyName(String value)Sets the value of the 'Policy Name' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRule
org.eclipse.emf.common.util.EList<Rule> getRule()Returns the value of the 'Rule' containment reference list. The list contents are of typeRule.- Returns:
- the value of the 'Rule' containment reference list.
- See Also:
IotmodelPackage.getAccessControlPolicy_Rule()
-
getIsEnforced
org.eclipse.emf.common.util.EList<Network> getIsEnforced()Returns the value of the 'Is Enforced' reference list. The list contents are of typeNetwork. It is bidirectional and its opposite is 'Enforce'.- Returns:
- the value of the 'Is Enforced' reference list.
- See Also:
IotmodelPackage.getAccessControlPolicy_IsEnforced(),Network.getEnforce()
-
getPolicyName
String getPolicyName()Returns the value of the 'Policy Name' attribute.- Returns:
- the value of the 'Policy Name' attribute.
- See Also:
setPolicyName(String),IotmodelPackage.getAccessControlPolicy_PolicyName()
-
setPolicyName
Sets the value of the 'Policy Name' attribute.- Parameters:
value- the new value of the 'Policy Name' attribute.- See Also:
getPolicyName()
-