Uses of Class
org.eclipse.jst.jsf.core.JSFVersion

Packages that use JSFVersion
org.eclipse.jst.jsf.core JSF Core Framework API. 
 

Uses of JSFVersion in org.eclipse.jst.jsf.core
 

Methods in org.eclipse.jst.jsf.core that return JSFVersion
static JSFVersion JSFVersion.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JSFVersion JSFVersion.valueOfString(java.lang.String valueAsString)
           
static JSFVersion[] JSFVersion.values()
          Returns an array containing the constants of this enum type, in the order they are declared.