public class PermissionList extends java.util.ArrayList<PermissionEntry>
Constructor and Description |
---|
PermissionList() |
Modifier and Type | Method and Description |
---|---|
boolean |
checkPermission(EntryId id,
byte permission)
Check permission.
|
PermissionList |
getEntry(org.eclipse.uml2.uml.Element el,
org.eclipse.uml2.uml.Stereotype str,
org.eclipse.uml2.uml.Feature feature)
Gets the entry.
|
PermissionList |
getEntry(EntryId id)
Gets the entry.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
public PermissionList getEntry(org.eclipse.uml2.uml.Element el, org.eclipse.uml2.uml.Stereotype str, org.eclipse.uml2.uml.Feature feature)
el
- the elstr
- the strfeature
- the featurepublic PermissionList getEntry(EntryId id)
id
- the idpublic boolean checkPermission(EntryId id, byte permission)
id
- the idpermission
- the permission