Uses of Enum Class
org.apache.rat.report.xml.XmlElements.Attributes
Packages that use XmlElements.Attributes
-
Uses of XmlElements.Attributes in org.apache.rat.report.xml
Subclasses with type arguments of type XmlElements.Attributes in org.apache.rat.report.xmlModifier and TypeClassDescriptionstatic enumThe attributes of elements in the report.Methods in org.apache.rat.report.xml that return XmlElements.AttributesModifier and TypeMethodDescriptionstatic XmlElements.AttributesReturns the enum constant of this class with the specified name.static XmlElements.Attributes[]XmlElements.Attributes.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.rat.report.xml with parameters of type XmlElements.AttributesModifier and TypeMethodDescriptionXmlElements.write(XmlElements.Attributes attribute, String value) Write an attribute.