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