public enum KPMEPermissionTemplate extends Enum<KPMEPermissionTemplate>
Enum Constant and Description |
---|
CREATE_KPME_MAINTENANCE_DOCUMENT |
EDIT_KPME_MAINTENANCE_DOCUMENT |
VIEW_KPME_RECORD |
Modifier and Type | Method and Description |
---|---|
String |
getPermissionTemplateName() |
void |
setPermissionTemplateName(String permissionTemplateName) |
static KPMEPermissionTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KPMEPermissionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KPMEPermissionTemplate CREATE_KPME_MAINTENANCE_DOCUMENT
public static final KPMEPermissionTemplate EDIT_KPME_MAINTENANCE_DOCUMENT
public static final KPMEPermissionTemplate VIEW_KPME_RECORD
public static KPMEPermissionTemplate[] values()
for (KPMEPermissionTemplate c : KPMEPermissionTemplate.values()) System.out.println(c);
public static KPMEPermissionTemplate 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 getPermissionTemplateName()
public void setPermissionTemplateName(String permissionTemplateName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.