Enum Class XmlElements.Elements
- All Implemented Interfaces:
Serializable, Comparable<XmlElements.Elements>, Constable
- Enclosing class:
XmlElements
The elements in the report.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA document type entry.A license element.A license category entry.A license name entry.A notes element.The start of the RAT report.A resource element.A statistic entry.A statistics element.The version of RAT being run. -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlElements.ElementsReturns the enum constant of this class with the specified name.static XmlElements.Elements[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RAT_REPORT
The start of the RAT report. -
VERSION
The version of RAT being run. -
RESOURCE
A resource element. -
LICENSE
A license element. -
NOTES
A notes element. -
STATISTICS
A statistics element. -
STATISTIC
A statistic entry. -
LICENSE_NAME
A license name entry. -
LICENSE_CATEGORY
A license category entry. -
DOCUMENT_TYPE
A document type entry.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-