diewald_PS3.constants
Enum LIBRARY
java.lang.Object
java.lang.Enum<LIBRARY>
diewald_PS3.constants.LIBRARY
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<LIBRARY>
public enum LIBRARY
- extends java.lang.Enum<LIBRARY>
- Author:
- thomas diewald (c) 2011
Method Summary |
java.lang.String |
getValue()
|
static LIBRARY |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
NAME
public static final LIBRARY NAME
VERSION
public static final LIBRARY VERSION
AUTHOR
public static final LIBRARY AUTHOR
NOTE
public static final LIBRARY NOTE
LABEL
public static final LIBRARY LABEL
values
public static LIBRARY[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (LIBRARY c : LIBRARY.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static LIBRARY valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getValue
public final java.lang.String getValue()
processing library diewald_PS3 by Thomas Diewald. (c) 2011