Package eu.europa.esig.dss.enumerations
Enum Class MessageType
- All Implemented Interfaces:
- UriBasedEnum,- Serializable,- Comparable<MessageType>,- Constable
Defines possible levels for messages returned by the validation process
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum Constants
- 
Method SummaryModifier and TypeMethodDescriptiongetUri()Returns a URIstatic MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ERRORThe message indicates a reason for validation process failure
- 
WARNThe message indicates a reason for an issue occurred during the validation, not blocking the process
- 
INFOThe additional informational message returned by the validation process
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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 name
- NullPointerException- if the argument is null
 
- 
getUriDescription copied from interface:UriBasedEnumReturns a URI- Specified by:
- getUriin interface- UriBasedEnum
- Returns:
- String
 
 
-