public static enum Tsp.Instance extends Enum<Tsp.Instance>
| Modifier and Type | Method and Description |
|---|---|
static Tsp.Instance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tsp.Instance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tsp.Instance a280
public static final Tsp.Instance att48
public static final Tsp.Instance bayg29
public static final Tsp.Instance berlin52
public static Tsp.Instance[] values()
for (Tsp.Instance c : Tsp.Instance.values()) System.out.println(c);
public static Tsp.Instance 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 nullCopyright © 2017. All rights reserved.