public enum ActionRequestPolicy extends Enum<ActionRequestPolicy> implements Coded
Modifier and Type | Method and Description |
---|---|
static ActionRequestPolicy |
fromCode(String code) |
String |
getCode()
The code value for this object.
|
String |
getLabel() |
static ActionRequestPolicy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionRequestPolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionRequestPolicy FIRST
public static final ActionRequestPolicy ALL
public static ActionRequestPolicy[] values()
for (ActionRequestPolicy c : ActionRequestPolicy.values()) System.out.println(c);
public static ActionRequestPolicy 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 getCode()
Coded
public static ActionRequestPolicy fromCode(String code)
Copyright © 2005-2015 The Kuali Foundation. All Rights Reserved.