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.
    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.

    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