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