Enum Result
- All Implemented Interfaces:
Serializable, Comparable<Result>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDescribes the directories in the source.Software license.Describes missing meta-data.Software notice.Starting point for meta-data development. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the conventional name for this result.static ResultReturns the enum constant of this type with the specified name.static Result[]values()Returns an array containing the constants of this enum type, in the order they are declared.Creates the conventional file for storage of this result.
-
Enum Constant Details
-
LICENSE
Software license. -
NOTICE
Software notice. -
MISSING_LICENSE_REPORT
Describes missing meta-data. -
XML_TEMPLATE
Starting point for meta-data development. -
DIRECTORIES_REPORT
Describes the directories in the source.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-
getName
-
within
-