public static enum MOperation.Impact extends Enum<MOperation.Impact>
Enum Constant and Description |
---|
ACTION |
ACTION_INFO |
INFO |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
int |
toInt() |
static MOperation.Impact |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MOperation.Impact[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MOperation.Impact INFO
public static final MOperation.Impact ACTION
public static final MOperation.Impact ACTION_INFO
public static final MOperation.Impact UNKNOWN
public static MOperation.Impact[] values()
for (MOperation.Impact c : MOperation.Impact.values()) System.out.println(c);
public static MOperation.Impact 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 nullpublic int toInt()
Copyright © 2016 AXON IVY AG. All rights reserved.