public static enum SomServicesWs.PortalData.OrderType extends Enum<SomServicesWs.PortalData.OrderType>
Modifier and Type | Method and Description |
---|---|
static SomServicesWs.PortalData.OrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SomServicesWs.PortalData.OrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SomServicesWs.PortalData.OrderType ORD_NONE
public static final SomServicesWs.PortalData.OrderType ORD_DOMESTIC_PAYMENT
public static final SomServicesWs.PortalData.OrderType ORD_SEPA_PAYMENT
public static final SomServicesWs.PortalData.OrderType ORD_FOREIGN_PAYMENT
public static final SomServicesWs.PortalData.OrderType ORD_COLLECTIVE_DOMESTIC
public static final SomServicesWs.PortalData.OrderType ORD_COLLECTIVE_SEPA
public static final SomServicesWs.PortalData.OrderType ORD_COLLECTIVE_FOREIGN
public static final SomServicesWs.PortalData.OrderType ORD_STOCK_MARKET_ORDER
public static final SomServicesWs.PortalData.OrderType ORD_LOAD_PREPAID_CARD
public static final SomServicesWs.PortalData.OrderType ORD_BANK_ORDER
public static final SomServicesWs.PortalData.OrderType ORD_PAYMENT_ORDER
public static final SomServicesWs.PortalData.OrderType ORD_ORANGE_PAYMENT_SLIP
public static final SomServicesWs.PortalData.OrderType ORD_RED_PAYMENT_SLIP
public static final SomServicesWs.PortalData.OrderType ORD_DTA_ORDER
public static final SomServicesWs.PortalData.OrderType ORD_INTERNAL_TRANSFER
public static final SomServicesWs.PortalData.OrderType ORD_STANDING_ORDER
public static final SomServicesWs.PortalData.OrderType ORD_DOMESTIC_PAYMENT2
public static final SomServicesWs.PortalData.OrderType ORD_SEPA_PAYMENT2
public static final SomServicesWs.PortalData.OrderType ORD_FOREIGN_PAYMENT2
public static SomServicesWs.PortalData.OrderType[] values()
for (SomServicesWs.PortalData.OrderType c : SomServicesWs.PortalData.OrderType.values()) System.out.println(c);
public static SomServicesWs.PortalData.OrderType 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 nullCopyright © 2022 KOBIL Systems GmbH. All rights reserved.