org.kuali.kfs.sys
Enum KFSConstants.PermissionTemplate

java.lang.Object
  extended by java.lang.Enum<KFSConstants.PermissionTemplate>
      extended by 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>


Enum Constant Summary
ADMINISTER_ROUTING_FOR_DOCUMENT
           
CLAIM_ELECTRONIC_PAYMENT
           
DEFAULT
           
EDIT_BANK_CODE
           
ERROR_CORRECT_DOCUMENT
           
MODIFY_ACCOUNTING_LINES
           
MODIFY_BATCH_JOB
           
UPLOAD_BATCH_INPUT_FILES
           
VIEW_BATCH_FILES
           
 
Field Summary
 String name
           
 
Method Summary
static KFSConstants.PermissionTemplate valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KFSConstants.PermissionTemplate[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Field Detail

name

public final String name
Method Detail

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.