public enum MessageCode429PIIS extends Enum<MessageCode429PIIS>
| Enum Constant and Description |
|---|
ACCESS_EXCEEDED |
| Modifier and Type | Method and Description |
|---|---|
static MessageCode429PIIS |
fromValue(String text) |
String |
toString() |
static MessageCode429PIIS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCode429PIIS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCode429PIIS ACCESS_EXCEEDED
public static MessageCode429PIIS[] values()
for (MessageCode429PIIS c : MessageCode429PIIS.values()) System.out.println(c);
public static MessageCode429PIIS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<MessageCode429PIIS>public static MessageCode429PIIS fromValue(String text)
Copyright © 2019. All rights reserved.