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