public enum MessageCodeTextPiisSpecific extends Enum<MessageCodeTextPiisSpecific>
| Enum Constant and Description |
|---|
CARD_INVALID |
NO_PIIS_ACTIVATION |
| Modifier and Type | Method and Description |
|---|---|
static MessageCodeTextPiisSpecific |
fromValue(String text) |
String |
toString() |
static MessageCodeTextPiisSpecific |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageCodeTextPiisSpecific[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageCodeTextPiisSpecific CARD_INVALID
public static final MessageCodeTextPiisSpecific NO_PIIS_ACTIVATION
public static MessageCodeTextPiisSpecific[] values()
for (MessageCodeTextPiisSpecific c : MessageCodeTextPiisSpecific.values()) System.out.println(c);
public static MessageCodeTextPiisSpecific 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 static MessageCodeTextPiisSpecific fromValue(String text)
public String toString()
toString in class Enum<MessageCodeTextPiisSpecific>Copyright © 2018 Pivotal Software, Inc.. All rights reserved.