public static enum ASShortestPathMeasure.NORM extends Enum<ASShortestPathMeasure.NORM>
Modifier and Type | Method and Description |
---|---|
static ASShortestPathMeasure.NORM |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ASShortestPathMeasure.NORM[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ASShortestPathMeasure.NORM diameter
public static final ASShortestPathMeasure.NORM cardinal
public static ASShortestPathMeasure.NORM[] values()
for (ASShortestPathMeasure.NORM c : ASShortestPathMeasure.NORM.values()) System.out.println(c);
public static ASShortestPathMeasure.NORM 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 null(C) INRIA, UPMF & friends, 2008-2015