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

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IdentifiableElement, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ACGroup, ACUser
All Known Implementing Classes:
ACGroupImpl, ACOrgUnitImpl, ACUserImpl

public interface ACOrgUnit
extends IdentifiableElement

A representation of the model object ' AC Org Unit'.

The following features are supported:

See Also:
AccesscontrolPackage.getACOrgUnit()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 ACOrgUnitId getId()
           
 String getName()
          Returns the value of the 'Name' attribute.
 org.eclipse.emf.common.util.EList<OrgUnitProperty> getProperties()
          Returns the value of the 'Properties' containment reference list.
 org.eclipse.emf.common.util.EList<Role> getRoles()
          Returns the value of the 'Roles' containment reference list.
 void setDescription(String value)
          Sets the value of the ' Description' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
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

getName

String getName()
Returns the value of the 'Name' attribute.

If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), AccesscontrolPackage.getACOrgUnit_Name()

setName

void setName(String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getRoles

org.eclipse.emf.common.util.EList<Role> getRoles()
Returns the value of the 'Roles' containment reference list. The list contents are of type Role.

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

Returns:
the value of the 'Roles' containment reference list.
See Also:
AccesscontrolPackage.getACOrgUnit_Roles()

getId

ACOrgUnitId getId()

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


getDescription

String getDescription()
Returns the value of the 'Description' attribute.

If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), AccesscontrolPackage.getACOrgUnit_Description()

setDescription

void setDescription(String value)
Sets the value of the ' Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()

getProperties

org.eclipse.emf.common.util.EList<OrgUnitProperty> getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type OrgUnitProperty.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
AccesscontrolPackage.getACOrgUnit_Properties()


Copyright © 2015. All Rights Reserved.