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