org.eclipse.emf.emfstore.internal.server.model.accesscontrol
Interface ACGroup

All Superinterfaces:
ACOrgUnit, org.eclipse.emf.ecore.EObject, IdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ACGroupImpl

public interface ACGroup
extends ACOrgUnit

A representation of the model object ' AC Group'.

The following features are supported:

See Also:
AccesscontrolPackage.getACGroup()

Method Summary
 org.eclipse.emf.common.util.EList<ACOrgUnit> getMembers()
          Returns the value of the 'Members' reference list.
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.server.model.accesscontrol.ACOrgUnit
getDescription, getId, getName, getProperties, getRoles, setDescription, setName
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.model.IdentifiableElement
getIdentifier, setIdentifier
 
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
 

Method Detail

getMembers

org.eclipse.emf.common.util.EList<ACOrgUnit> getMembers()
Returns the value of the 'Members' reference list. The list contents are of type ACOrgUnit.

If the meaning of the 'Members' reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Members' reference list.
See Also:
AccesscontrolPackage.getACGroup_Members()


Copyright © 2015. All Rights Reserved.