|
|
|
|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class MultiSignatureEnumerationType
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
org.eclipse.jst.jsf.taglibprocessing.attributevalues.AbstractEnumerationType
org.eclipse.jst.jsf.taglibprocessing.attributevalues.MultiSignatureEnumerationType
-
All Implemented Interfaces:
-
IDefaultValue,
IValidELValues,
IValidValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
Direct Known Subclasses:
-
LocaleType
-
public abstract class MultiSignatureEnumerationType
- extends
AbstractEnumerationType
Abstract meta-data processing type representing an enumeration attribute value
of multiple runtime types
Method Summary
|
org.eclipse.jst.jsf.common.internal.types.CompositeType
|
getExpectedRuntimeType
()
Expected runtime type for EL value |
Methods inherited from class java.lang.Object
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
MultiSignatureEnumerationType
public MultiSignatureEnumerationType()
getExpectedRuntimeType
public org.eclipse.jst.jsf.common.internal.types.CompositeType getExpectedRuntimeType()
throws
ELIsNotValidException
-
Description copied from interface:
IValidELValues
- Expected runtime type for EL value
-
-
Specified by:
-
getExpectedRuntimeType
in interface
IValidELValues
-
Specified by:
-
getExpectedRuntimeType
in class
AbstractEnumerationType
-
-
Returns:
- CompositeType
-
Throws:
-
ELIsNotValidException
|
|
|