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