public enum BackType extends Enum<BackType> implements Serializable
| Enum Constant and Description |
|---|
comparator |
dashboard |
dataLists |
download |
newSpea |
selections |
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
getLabelKey() |
String |
getUrl() |
static BackType |
parse(Integer pId)
This method parse a id and return a type value.
|
static BackType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackType dashboard
public static final BackType comparator
public static final BackType newSpea
public static final BackType selections
public static final BackType download
public static final BackType dataLists
public static final String PREFIX
public static BackType[] values()
for (BackType c : BackType.values()) System.out.println(c);
public static BackType 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 BackType parse(Integer pId)
pId - The Integer to parse as a type.public int getId()
public String getUrl()
public String getLabelKey()
Copyright © 2014–2015 eaudefrance. All rights reserved.