public interface Role
extends org.eclipse.emf.cdo.CDOObject
The following features are supported:
UsersPackage.getRole()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Permission> |
getAllPermissions() |
String |
getName()
Returns the value of the 'Name' attribute
|
Role |
getParent()
Returns the value of the 'Parent' reference
|
org.eclipse.emf.common.util.EList<Permission> |
getPermissions()
Returns the value of the 'Permissions' reference list.
|
String |
getType()
Returns the value of the 'Type' attribute
|
void |
setName(String value)
Sets the value of the '
Name' attribute |
void |
setParent(Role value)
Sets the value of the '
Parent' reference |
void |
setType(String value)
Sets the value of the '
Type' attribute |
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOptionString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
UsersPackage.getRole_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()Role getParent()
If the meaning of the 'Parent' reference isn't clear, there really should be more of a description here...
setParent(Role),
UsersPackage.getRole_Parent()void setParent(Role value)
Parent' reference.
value - the new value of the 'Parent' reference.getParent()org.eclipse.emf.common.util.EList<Permission> getPermissions()
Permission.
If the meaning of the 'Permissions' reference list isn't clear, there really should be more of a description here...
UsersPackage.getRole_Permissions()String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
UsersPackage.getRole_Type()void setType(String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()org.eclipse.emf.common.util.EList<Permission> getAllPermissions()
Copyright © 2013–2017 Jabylon. All rights reserved.