| This is interface that represent value of attribute that have possible values
of enumeration type. There can be situation when original value in XML cannot
be represented in valid enum values. In this case this is invalid value and
method "isInvalid" will return true. Method "toString" for enumeration will
return invalid XML string in this case ( if enum is valid then it will return
valid string representation ).
author: ads |