Package com.nomagic.magicdraw.security
Interface Principal
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,com.nomagic.esi.api.EsiObject
,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
EveryonePrincipal
,GroupPrincipal
,RolePrincipal
,UserPrincipal
public interface Principal extends com.nomagic.esi.api.EsiObject
A representation of the model object 'Principal'.The following features are supported:
- See Also:
SecurityPackage.getPrincipal()
- Model:
- abstract="true"
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
Returns the value of the 'Name' attribute.org.eclipse.emf.common.util.EList<PackageAccessPermission>
getPackagePermissions()
Returns the value of the 'Package Permissions' reference list.boolean
isSame(Principal other)
void
setName(java.lang.String value)
Sets the value of the 'Name
' attribute.
-
-
-
Method Detail
-
getName
java.lang.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)
,SecurityPackage.getPrincipal_Name()
- Model:
- Generated:
-
setName
void setName(java.lang.String value)
Sets the value of the 'Name
' attribute.- Parameters:
value
- the new value of the 'Name' attribute.- See Also:
getName()
- Generated:
-
getPackagePermissions
org.eclipse.emf.common.util.EList<PackageAccessPermission> getPackagePermissions()
Returns the value of the 'Package Permissions' reference list. The list contents are of typePackageAccessPermission
. It is bidirectional and its opposite is 'Principal
'.If the meaning of the 'Package Permissions' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Package Permissions' reference list.
- See Also:
SecurityPackage.getPrincipal_PackagePermissions()
,PackageAccessPermission.getPrincipal()
- Model:
- opposite="principal"
- Generated:
-
isSame
boolean isSame(Principal other)
- Model:
- Generated:
-
-