|
 |
|
|
org.eclipse.jst.jsf.taglibprocessing.attributevalues
Class CharacterType
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor
org.eclipse.jst.jsf.taglibprocessing.attributevalues.CharacterType
-
All Implemented Interfaces:
-
IValidValues,
IMetaDataEnabledFeature,
ITypeDescriptor
-
public class CharacterType
- extends
AbstractRootTypeDescriptor
- implements
IMetaDataEnabledFeature,
IValidValues
Represents a single unicode character
Methods inherited from class java.lang.Object
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
|
CharacterType
public CharacterType()
- Constructor
getValidationMessages
public java.util.List<
IValidationMessage> getValidationMessages()
-
-
Specified by:
-
getValidationMessages
in interface
IValidValues
-
-
Returns:
- List of IValidationMessage objects if invalid
Must return empty list rather than null
Call to isValidValue(String value) required before this should be called.
isValidValue
public boolean isValidValue(java.lang.String value)
-
-
Specified by:
-
isValidValue
in interface
IValidValues
-
-
Parameters:
-
value - fully resolved value as String
-
Returns:
- true if is valid
|
|
|