public enum DataDetailType extends Enum<DataDetailType>
| Enum Constant and Description |
|---|
CollectivityPriceDetail |
DelegateePriceDetail |
Equipment |
InnerValueListDetail |
InnerValuesDetail |
TaxDetail |
| Modifier and Type | Field and Description |
|---|---|
static String |
PREFIX
The resource keys prefix for the enumerated type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabelKey() |
static DataDetailType |
parseFromId(int pId)
This method parse a string and return a type value.
|
static DataDetailType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataDetailType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataDetailType InnerValuesDetail
public static final DataDetailType Equipment
public static final DataDetailType DelegateePriceDetail
public static final DataDetailType CollectivityPriceDetail
public static final DataDetailType TaxDetail
public static final DataDetailType InnerValueListDetail
public static final String PREFIX
public static DataDetailType[] values()
for (DataDetailType c : DataDetailType.values()) System.out.println(c);
public static DataDetailType 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 static DataDetailType parseFromId(int pId)
pId - The string to parse as a type.public int getId()
public String getLabelKey()
Copyright © 2014–2015 eaudefrance. All rights reserved.