Package de.gematik.bbriccs.rest
Enum Class ReasonPhrase.ReasonPhraseEnum
- All Implemented Interfaces:
ReasonPhrase,Serializable,Comparable<ReasonPhrase.ReasonPhraseEnum>,Constable
- Enclosing interface:
- ReasonPhrase
public static enum ReasonPhrase.ReasonPhraseEnum
extends Enum<ReasonPhrase.ReasonPhraseEnum>
implements ReasonPhrase
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>Nested classes/interfaces inherited from interface de.gematik.bbriccs.rest.ReasonPhrase
ReasonPhrase.ReasonPhraseEnum, ReasonPhrase.UndefinedReasonPhrase -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ReasonPhrase.ReasonPhraseEnum[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface de.gematik.bbriccs.rest.ReasonPhrase
getReasonPhrase, getStatusCode
-
Enum Constant Details
-
SC_100
-
SC_101
-
SC_200
-
SC_201
-
SC_202
-
SC_203
-
SC_204
-
SC_205
-
SC_206
-
SC_300
-
SC_301
-
SC_302
-
SC_303
-
SC_304
-
SC_305
-
SC_307
-
SC_400
-
SC_401
-
SC_402
-
SC_403
-
SC_404
-
SC_405
-
SC_406
-
SC_407
-
SC_408
-
SC_409
-
SC_410
-
SC_411
-
SC_412
-
SC_413
-
SC_414
-
SC_415
-
SC_416
-
SC_417
-
SC_500
-
SC_501
-
SC_502
-
SC_503
-
SC_504
-
SC_505
-
-
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
-