public static enum Constant.DocumentApprovedCode extends Enum<Constant.DocumentApprovedCode>
| Modifier and Type | Field and Description | 
|---|---|
| String | code | 
| String | description | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | getDescription(String code) | 
| static Constant.DocumentApprovedCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Constant.DocumentApprovedCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Constant.DocumentApprovedCode APPROVED
public static final Constant.DocumentApprovedCode PENDING
public static final Constant.DocumentApprovedCode PROCESSED
public String description
public static Constant.DocumentApprovedCode[] values()
for (Constant.DocumentApprovedCode c : Constant.DocumentApprovedCode.values()) System.out.println(c);
public static Constant.DocumentApprovedCode 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 static String getDescription(String code)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.