public enum ParkingPaymentProcessEnumeration extends Enum<ParkingPaymentProcessEnumeration>
Java class for ParkingPaymentProcessEnumeration.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ParkingPaymentProcessEnumeration">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="free"/>
<enumeration value="payAtBay"/>
<enumeration value="payAndDisplay"/>
<enumeration value="payAtExitBoothManualCollection"/>
<enumeration value="payAtMachineOnFootPriorToExit"/>
<enumeration value="payByPrepaidToken"/>
<enumeration value="payByMobileDevice"/>
<enumeration value="undefined"/>
<enumeration value="other"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FREE |
OTHER |
PAY_AND_DISPLAY |
PAY_AT_BAY |
PAY_AT_EXIT_BOOTH_MANUAL_COLLECTION |
PAY_AT_MACHINE_ON_FOOT_PRIOR_TO_EXIT |
PAY_BY_MOBILE_DEVICE |
PAY_BY_PREPAID_TOKEN |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static ParkingPaymentProcessEnumeration |
fromValue(String v) |
String |
value() |
static ParkingPaymentProcessEnumeration |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingPaymentProcessEnumeration[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParkingPaymentProcessEnumeration FREE
public static final ParkingPaymentProcessEnumeration PAY_AT_BAY
public static final ParkingPaymentProcessEnumeration PAY_AND_DISPLAY
public static final ParkingPaymentProcessEnumeration PAY_AT_EXIT_BOOTH_MANUAL_COLLECTION
public static final ParkingPaymentProcessEnumeration PAY_AT_MACHINE_ON_FOOT_PRIOR_TO_EXIT
public static final ParkingPaymentProcessEnumeration PAY_BY_PREPAID_TOKEN
public static final ParkingPaymentProcessEnumeration PAY_BY_MOBILE_DEVICE
public static final ParkingPaymentProcessEnumeration UNDEFINED
public static final ParkingPaymentProcessEnumeration OTHER
public static ParkingPaymentProcessEnumeration[] values()
for (ParkingPaymentProcessEnumeration c : ParkingPaymentProcessEnumeration.values()) System.out.println(c);
public static ParkingPaymentProcessEnumeration 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 value()
public static ParkingPaymentProcessEnumeration fromValue(String v)
Copyright © 2018 Entur AS. All rights reserved.