public static enum AMUserCodeException.Source extends Enum<AMUserCodeException.Source>
| Enum Constant and Description |
|---|
EdgeManager |
InputInitializer |
VertexManager |
| Modifier and Type | Method and Description |
|---|---|
static AMUserCodeException.Source |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AMUserCodeException.Source[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AMUserCodeException.Source VertexManager
public static final AMUserCodeException.Source EdgeManager
public static final AMUserCodeException.Source InputInitializer
public static AMUserCodeException.Source[] values()
for (AMUserCodeException.Source c : AMUserCodeException.Source.values()) System.out.println(c);
public static AMUserCodeException.Source 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 Apache Software Foundation. All rights reserved.