Package no.digipost.api.representations
Enum EbmsOutgoingMessage.Prioritet
- java.lang.Object
-
- java.lang.Enum<EbmsOutgoingMessage.Prioritet>
-
- no.digipost.api.representations.EbmsOutgoingMessage.Prioritet
-
- All Implemented Interfaces:
Serializable,Comparable<EbmsOutgoingMessage.Prioritet>
- Enclosing class:
- EbmsOutgoingMessage
@Deprecated public static enum EbmsOutgoingMessage.Prioritet extends Enum<EbmsOutgoingMessage.Prioritet>
Deprecated.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NORMALDeprecated.PRIORITERTDeprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EbmsOutgoingMessage.Prioritetfrom(String val)Deprecated.Stringvalue()Deprecated.static EbmsOutgoingMessage.PrioritetvalueOf(String name)Deprecated.Returns the enum constant of this type with the specified name.static EbmsOutgoingMessage.Prioritet[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NORMAL
@Deprecated public static final EbmsOutgoingMessage.Prioritet NORMAL
Deprecated.
-
PRIORITERT
@Deprecated public static final EbmsOutgoingMessage.Prioritet PRIORITERT
Deprecated.
-
-
Method Detail
-
values
public static EbmsOutgoingMessage.Prioritet[] values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EbmsOutgoingMessage.Prioritet c : EbmsOutgoingMessage.Prioritet.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EbmsOutgoingMessage.Prioritet valueOf(String name)
Deprecated.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
-
from
public static EbmsOutgoingMessage.Prioritet from(String val)
Deprecated.
-
value
public String value()
Deprecated.
-
-