public enum EntityTypeReportPermission extends Enum<EntityTypeReportPermission> implements org.molgenis.security.core.Permission
| Enum Constant and Description |
|---|
MANAGE_REPORT |
VIEW_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultDescription() |
static EntityTypeReportPermission |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityTypeReportPermission[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityTypeReportPermission MANAGE_REPORT
public static final EntityTypeReportPermission VIEW_REPORT
public static EntityTypeReportPermission[] values()
for (EntityTypeReportPermission c : EntityTypeReportPermission.values()) System.out.println(c);
public static EntityTypeReportPermission valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getDefaultDescription()
getDefaultDescription in interface org.molgenis.security.core.PermissionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.