public enum NegotiationActivityPrintType extends Enum<NegotiationActivityPrintType>
| Enum Constant and Description |
|---|
NEGOTIATION_ACTIVITY_REPORT |
| Modifier and Type | Method and Description |
|---|---|
String |
getNegotiationActivityPrintType() |
static NegotiationActivityPrintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NegotiationActivityPrintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NegotiationActivityPrintType NEGOTIATION_ACTIVITY_REPORT
public static NegotiationActivityPrintType[] values()
for (NegotiationActivityPrintType c : NegotiationActivityPrintType.values()) System.out.println(c);
public static NegotiationActivityPrintType 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 getNegotiationActivityPrintType()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.