public enum Module extends Enum<Module>
Enum Constant and Description |
---|
CHAR_PADDING |
CONTAINER_SECURITY |
COPYABLE |
PRIMEFACES |
SPRING_3 |
SPRING_DATA |
SPRING_MVC_3 |
Modifier and Type | Method and Description |
---|---|
static Module |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Module[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Module SPRING_3
public static final Module SPRING_MVC_3
public static final Module SPRING_DATA
public static final Module COPYABLE
public static final Module CHAR_PADDING
public static final Module PRIMEFACES
public static final Module CONTAINER_SECURITY
public static Module[] values()
for (Module c : Module.values()) System.out.println(c);
public static Module 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 © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.