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