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