public static enum M3BatchHandler.Operation extends Enum<M3BatchHandler.Operation>
Enum Constant and Description |
---|
add |
addAnnotation |
addType |
exportModel |
exportModelLegacy |
get |
getUndoRedo |
importModel |
redo |
remove |
removeAnnotation |
removeType |
storeModel |
undo |
updateImports |
Modifier and Type | Method and Description |
---|---|
static M3BatchHandler.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M3BatchHandler.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final M3BatchHandler.Operation get
public static final M3BatchHandler.Operation addType
public static final M3BatchHandler.Operation removeType
public static final M3BatchHandler.Operation add
public static final M3BatchHandler.Operation remove
public static final M3BatchHandler.Operation addAnnotation
public static final M3BatchHandler.Operation removeAnnotation
public static final M3BatchHandler.Operation exportModel
public static final M3BatchHandler.Operation exportModelLegacy
public static final M3BatchHandler.Operation importModel
public static final M3BatchHandler.Operation storeModel
public static final M3BatchHandler.Operation updateImports
public static final M3BatchHandler.Operation undo
public static final M3BatchHandler.Operation redo
public static final M3BatchHandler.Operation getUndoRedo
public static M3BatchHandler.Operation[] values()
for (M3BatchHandler.Operation c : M3BatchHandler.Operation.values()) System.out.println(c);
public static M3BatchHandler.Operation 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.