public enum PrimeFacesVersion extends Enum<PrimeFacesVersion>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
boolean |
isUseAppendTo() |
boolean |
isUsePFWidgetVar() |
static PrimeFacesVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrimeFacesVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrimeFacesVersion VERSION_3
public static final PrimeFacesVersion VERSION_4
public static final PrimeFacesVersion VERSION_5
public static PrimeFacesVersion[] values()
for (PrimeFacesVersion c : PrimeFacesVersion.values()) System.out.println(c);
public static PrimeFacesVersion 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 nullpublic boolean isUsePFWidgetVar()
public boolean isUseAppendTo()
public String getDescription()
Copyright © 2015. All rights reserved.