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