org.kuali.kfs.sys
Enum KFSConstants.PermissionTemplate
java.lang.Object
java.lang.Enum<KFSConstants.PermissionTemplate>
org.kuali.kfs.sys.KFSConstants.PermissionTemplate
- All Implemented Interfaces:
- Serializable, Comparable<KFSConstants.PermissionTemplate>
- Enclosing class:
- KFSConstants
public static enum KFSConstants.PermissionTemplate
- extends Enum<KFSConstants.PermissionTemplate>
DEFAULT
public static final KFSConstants.PermissionTemplate DEFAULT
ERROR_CORRECT_DOCUMENT
public static final KFSConstants.PermissionTemplate ERROR_CORRECT_DOCUMENT
MODIFY_ACCOUNTING_LINES
public static final KFSConstants.PermissionTemplate MODIFY_ACCOUNTING_LINES
CLAIM_ELECTRONIC_PAYMENT
public static final KFSConstants.PermissionTemplate CLAIM_ELECTRONIC_PAYMENT
MODIFY_BATCH_JOB
public static final KFSConstants.PermissionTemplate MODIFY_BATCH_JOB
EDIT_BANK_CODE
public static final KFSConstants.PermissionTemplate EDIT_BANK_CODE
ADMINISTER_ROUTING_FOR_DOCUMENT
public static final KFSConstants.PermissionTemplate ADMINISTER_ROUTING_FOR_DOCUMENT
VIEW_BATCH_FILES
public static final KFSConstants.PermissionTemplate VIEW_BATCH_FILES
UPLOAD_BATCH_INPUT_FILES
public static final KFSConstants.PermissionTemplate UPLOAD_BATCH_INPUT_FILES
name
public final String name
values
public static KFSConstants.PermissionTemplate[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (KFSConstants.PermissionTemplate c : KFSConstants.PermissionTemplate.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KFSConstants.PermissionTemplate valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.