public static enum DbfFactory.FacesSchema extends java.lang.Enum<DbfFactory.FacesSchema>
Enum Constant and Description |
---|
FACELET_TAGLIB_20 |
FACELET_TAGLIB_22 |
FACES_11 |
FACES_12 |
FACES_20 |
FACES_21 |
FACES_22 |
Modifier and Type | Method and Description |
---|---|
static DbfFactory.FacesSchema |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DbfFactory.FacesSchema[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DbfFactory.FacesSchema FACES_20
public static final DbfFactory.FacesSchema FACES_21
public static final DbfFactory.FacesSchema FACES_22
public static final DbfFactory.FacesSchema FACES_12
public static final DbfFactory.FacesSchema FACES_11
public static final DbfFactory.FacesSchema FACELET_TAGLIB_20
public static final DbfFactory.FacesSchema FACELET_TAGLIB_22
public static DbfFactory.FacesSchema[] values()
for (DbfFactory.FacesSchema c : DbfFactory.FacesSchema.values()) System.out.println(c);
public static DbfFactory.FacesSchema valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2002-2013 Oracle America, Inc. All Rights Reserved.