public static enum OLEConstants.PermissionTemplate extends Enum<OLEConstants.PermissionTemplate>
Enum Constant and Description |
---|
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 |
Modifier and Type | Method and Description |
---|---|
static OLEConstants.PermissionTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OLEConstants.PermissionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OLEConstants.PermissionTemplate DEFAULT
public static final OLEConstants.PermissionTemplate ERROR_CORRECT_DOCUMENT
public static final OLEConstants.PermissionTemplate MODIFY_ACCOUNTING_LINES
public static final OLEConstants.PermissionTemplate CLAIM_ELECTRONIC_PAYMENT
public static final OLEConstants.PermissionTemplate MODIFY_BATCH_JOB
public static final OLEConstants.PermissionTemplate EDIT_BANK_CODE
public static final OLEConstants.PermissionTemplate ADMINISTER_ROUTING_FOR_DOCUMENT
public static final OLEConstants.PermissionTemplate VIEW_BATCH_FILES
public static final OLEConstants.PermissionTemplate UPLOAD_BATCH_INPUT_FILES
public static OLEConstants.PermissionTemplate[] values()
for (OLEConstants.PermissionTemplate c : OLEConstants.PermissionTemplate.values()) System.out.println(c);
public static OLEConstants.PermissionTemplate 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 nullCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.