public static enum AbstractAllocator.EdgeTypes extends Enum<AbstractAllocator.EdgeTypes> implements EdgeType
| Enum Constant and Description |
|---|
dependson |
| Modifier and Type | Method and Description |
|---|---|
static AbstractAllocator.EdgeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractAllocator.EdgeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractAllocator.EdgeTypes dependson
public static AbstractAllocator.EdgeTypes[] values()
for (AbstractAllocator.EdgeTypes c : AbstractAllocator.EdgeTypes.values()) System.out.println(c);
public static AbstractAllocator.EdgeTypes 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 © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.