public enum TransactionStatusSB extends Enum<TransactionStatusSB>
| Modifier and Type | Method and Description |
|---|---|
static TransactionStatusSB |
fromValue(String text) |
String |
toString() |
static TransactionStatusSB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionStatusSB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransactionStatusSB ACSC
public static final TransactionStatusSB ACTC
public static final TransactionStatusSB ACWC
public static final TransactionStatusSB RCVD
public static final TransactionStatusSB RJCT
public static TransactionStatusSB[] values()
for (TransactionStatusSB c : TransactionStatusSB.values()) System.out.println(c);
public static TransactionStatusSB 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<TransactionStatusSB>public static TransactionStatusSB fromValue(String text)
Copyright © 2019. All rights reserved.