Uses of Class
org.eclipse.jst.jsf.taglibprocessing.attributevalues.EnumerationType

Packages that use EnumerationType
org.eclipse.jst.jsf.taglibprocessing.attributevalues This package is used to provide types for tag attribute values so that the org.eclipse.jst.jsf.core.metadataprocessors.features can be applied. 
 

Uses of EnumerationType in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 

Subclasses of EnumerationType in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 class BooleanType
          Meta-data processing type representing a boolean attribute value runtime type that implements IPossibleValues, IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 class DoubleType
          Meta-data processing type representing a "double" attribute value runtime type Provisional API - subject to change
 class IntegerType
          Meta-data processing type representing an integer attribute value runtime type that implements IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 class LongType
          Meta-data processing type representing a long attribute value runtime type that implements IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 class NumberType
          Abstract meta-data processing type representing a numeric attribute value runtime type Provisional API - subject to change
 class StringType
          Meta-data processing type representing a String attribute value runtime type that implements IPossibleValues, IValidValues and IDefaultValues Provisional API - subject to change