public static enum Transaction.CreatedUsing extends Enum<Transaction.CreatedUsing>
Enum Constant and Description |
---|
FULL_INFORMATION |
TOKEN |
UNRECOGNIZED |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Transaction.CreatedUsing |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.CreatedUsing[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Transaction.CreatedUsing FULL_INFORMATION
public static final Transaction.CreatedUsing TOKEN
public static final Transaction.CreatedUsing UNRECOGNIZED
private final String name
public static Transaction.CreatedUsing[] values()
for (Transaction.CreatedUsing c : Transaction.CreatedUsing.values()) System.out.println(c);
public static Transaction.CreatedUsing 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<Transaction.CreatedUsing>
Copyright © 2013-2019. All Rights Reserved.