Interface EnumerationValue

All Known Implementing Classes:
Attr_align.Value, Attr_checked.Value, Attr_dir.Value, Attr_disabled.Value, Attr_multiple.Value, Attr_readonly.Value, Attr_selected.Value, Attr_valign.Value, Element_a.Attr_shape.Value, Element_area.Attr_nohref.Value, Element_area.Attr_shape.Value, Element_bdo.Attr_dir.Value, Element_button.Attr_type.Value, Element_form.Attr_method.Value, Element_img.Attr_ismap.Value, Element_input.Attr_type.Value, Element_int.Attr_format.Value, Element_object.Attr_declare.Value, Element_option.Attr_required.Value, Element_optionlist.Attr_defaultSorting.Value, Element_optionlist.Attr_fragmentedLists.Value, Element_optionlist.Attr_setterFunctions.Value, Element_param.Attr_valuetype.Value, Element_pre.Attr_xml_space.Value, Element_rep.Attr_kind.Value, Element_script.Attr_defer.Value, Element_script.Attr_xml_space.Value, Element_style.Attr_xml_space.Value, Element_table.Attr_frame.Value, Element_table.Attr_rules.Value, Element_td.Attr_scope.Value, Element_th.Attr_scope.Value

public interface EnumerationValue
Indicates that a generated attribute has a generated enumeration as its value.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the original string representation of the value, as it appears in an XML document.
  • Method Details

    • getStringValue

      String getStringValue()
      Returns the original string representation of the value, as it appears in an XML document. (The value to be used by a program must be a valid java identifier and may differ.)