public static enum ImporterVNA.EdgeWidthFunction.Function extends Enum<ImporterVNA.EdgeWidthFunction.Function>
| Enum Constant and Description |
|---|
LINEAR |
LOGARITHMIC |
SQUARE_ROOT |
| Modifier and Type | Method and Description |
|---|---|
static ImporterVNA.EdgeWidthFunction.Function |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImporterVNA.EdgeWidthFunction.Function[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImporterVNA.EdgeWidthFunction.Function LINEAR
public static final ImporterVNA.EdgeWidthFunction.Function SQUARE_ROOT
public static final ImporterVNA.EdgeWidthFunction.Function LOGARITHMIC
public static ImporterVNA.EdgeWidthFunction.Function[] values()
for (ImporterVNA.EdgeWidthFunction.Function c : ImporterVNA.EdgeWidthFunction.Function.values()) System.out.println(c);
public static ImporterVNA.EdgeWidthFunction.Function 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 © 2007–2017. All rights reserved.