Package | Description |
---|---|
org.jbei.ice.lib.dto.access |
Modifier and Type | Method and Description |
---|---|
AccessPermission.Type |
AccessPermission.getType() |
static AccessPermission.Type |
AccessPermission.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessPermission.Type[] |
AccessPermission.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessPermission.setType(AccessPermission.Type type) |
Constructor and Description |
---|
AccessPermission(AccessPermission.Article article,
long articleId,
AccessPermission.Type type,
long typeId,
String display) |
Copyright © 2017. All rights reserved.