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