public static enum Constants.ServiceLevelObjective extends Enum<Constants.ServiceLevelObjective>
| Modifier and Type | Field and Description |
|---|---|
int |
id |
| Modifier and Type | Method and Description |
|---|---|
static Constants.ServiceLevelObjective |
getById(int id) |
static Constants.ServiceLevelObjective |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ServiceLevelObjective[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ServiceLevelObjective GOLD
public static final Constants.ServiceLevelObjective SILVER
public static final Constants.ServiceLevelObjective BRONZE
public static final Constants.ServiceLevelObjective NONE
public static Constants.ServiceLevelObjective[] values()
for (Constants.ServiceLevelObjective c : Constants.ServiceLevelObjective.values()) System.out.println(c);
public static Constants.ServiceLevelObjective 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 Constants.ServiceLevelObjective getById(int id)
Copyright © 2015. All rights reserved.