public static enum ResourceDags.TopologicalReturnType extends Enum<ResourceDags.TopologicalReturnType>
| Modifier and Type | Method and Description |
|---|---|
static ResourceDags.TopologicalReturnType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceDags.TopologicalReturnType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceDags.TopologicalReturnType ID
public static final ResourceDags.TopologicalReturnType NAME
public static final ResourceDags.TopologicalReturnType GAV
public static ResourceDags.TopologicalReturnType[] values()
for (ResourceDags.TopologicalReturnType c : ResourceDags.TopologicalReturnType.values()) System.out.println(c);
public static ResourceDags.TopologicalReturnType 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 © 2019 aequologica. All rights reserved.