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