public enum Library extends Enum<Library>
Enum Constant and Description |
---|
DOJO |
EXT_CORE |
JQUERY |
JQUERY_UI |
MOOTOOLS_CORE |
MOOTOOLS_MORE |
PROTOTYPE |
SCRIPTACULOUS |
SWFOBJECT |
YUI |
Modifier and Type | Method and Description |
---|---|
Set<Version> |
getVersions(Provider provider) |
static Library |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Library[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Library DOJO
public static final Library EXT_CORE
public static final Library JQUERY
public static final Library JQUERY_UI
public static final Library MOOTOOLS_CORE
public static final Library MOOTOOLS_MORE
public static final Library PROTOTYPE
public static final Library SCRIPTACULOUS
public static final Library SWFOBJECT
public static final Library YUI
public static Library[] values()
for (Library c : Library.values()) System.out.println(c);
public static Library 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 © 2015. All rights reserved.