Enum Class ValidationResultTypeType
java.lang.Object
java.lang.Enum<ValidationResultTypeType>
software.xdev.bzst.dip.client.xmldocument.model.cesop.ValidationResultTypeType
- All Implemented Interfaces:
Serializable,Comparable<ValidationResultTypeType>,Constable
Java-Klasse für ValidationResultType_Type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<simpleType name="ValidationResultType_Type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="VALIDATED"/>
<enumeration value="PARTIALLY REJECTED"/>
<enumeration value="FULLY REJECTED"/>
</restriction>
</simpleType>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe message has been fully rejected.The message has been partially rejected.The message has been positively validated. -
Method Summary
Modifier and TypeMethodDescriptionstatic ValidationResultTypeTypevalue()static ValidationResultTypeTypeReturns the enum constant of this class with the specified name.static ValidationResultTypeType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
VALIDATED
The message has been positively validated. -
PARTIALLY_REJECTED
The message has been partially rejected. -
FULLY_REJECTED
The message has been fully rejected.
-
-
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
-
value
-
fromValue
-