|
|
|
|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class NumberPatternType
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
org.eclipse.jst.jsf.taglibprocessing.attributevalues.NumberPatternType
-
All Implemented Interfaces:
-
IPossibleValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
public class NumberPatternType
- extends
AbstractRootTypeDescriptor
- implements
IPossibleValues
Meta-data processing type representing a numeric pattern type.
Provisional API - subject to change
Methods inherited from class java.lang.Object
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
NumberPatternType
public NumberPatternType()
getPossibleValues
public java.util.List getPossibleValues()
-
-
Specified by:
-
getPossibleValues
in interface
IPossibleValues
-
-
Returns:
- List of IPossibleValue instances representing possible values
Implementer must ensure that an empty rather than null list is returned if no values are posssible.
|
|
|