public static enum CitationHelperAction.Caller extends Enum<CitationHelperAction.Caller>
| Enum Constant and Description |
|---|
EDITOR_INTEGRATION |
RESOURCE_TOOL |
| Modifier and Type | Method and Description |
|---|---|
static CitationHelperAction.Caller |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CitationHelperAction.Caller[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CitationHelperAction.Caller RESOURCE_TOOL
public static final CitationHelperAction.Caller EDITOR_INTEGRATION
public static CitationHelperAction.Caller[] values()
for (CitationHelperAction.Caller c : CitationHelperAction.Caller.values()) System.out.println(c);
public static CitationHelperAction.Caller 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 © 2003-2015 The Sakai Foundation. All Rights Reserved.