public static enum M3BatchHandler.Entity extends Enum<M3BatchHandler.Entity>
Enum Constant and Description |
---|
edge |
individual |
meta |
model |
Modifier and Type | Method and Description |
---|---|
static M3BatchHandler.Entity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M3BatchHandler.Entity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final M3BatchHandler.Entity individual
public static final M3BatchHandler.Entity edge
public static final M3BatchHandler.Entity model
public static final M3BatchHandler.Entity meta
public static M3BatchHandler.Entity[] values()
for (M3BatchHandler.Entity c : M3BatchHandler.Entity.values()) System.out.println(c);
public static M3BatchHandler.Entity 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 © 2010–2015. All rights reserved.