| Package | Description |
|---|---|
| ch.epfl.dedis.byzgen |
| Modifier and Type | Method and Description |
|---|---|
static EpflPermission |
EpflPermission.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EpflPermission[] |
EpflPermission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<EpflPermission> |
EpflPermission.setOf(EpflPermission... permissions) |
static EnumSet<EpflPermission> |
EpflPermission.setOf(int bitmask) |
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<EpflPermission> |
EpflPermission.setOf(EpflPermission... permissions) |
| Modifier and Type | Method and Description |
|---|---|
static int |
EpflPermission.maskOf(Set<EpflPermission> permissionSet) |
Copyright © 2018. All rights reserved.