public enum POSTransactionCodeType extends Enum<POSTransactionCodeType>
| Modifier and Type | Method and Description |
|---|---|
static POSTransactionCodeType |
fromValue(String v) |
String |
getValue() |
static POSTransactionCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static POSTransactionCodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final POSTransactionCodeType F
public static final POSTransactionCodeType S
public static POSTransactionCodeType[] values()
for (POSTransactionCodeType c : POSTransactionCodeType.values()) System.out.println(c);
public static POSTransactionCodeType 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 getValue()
public static POSTransactionCodeType fromValue(String v)
Copyright © 2017. All Rights Reserved.