public static enum EmitStrategy.StrategyType extends Enum<EmitStrategy.StrategyType>
| Enum Constant and Description |
|---|
ON_WINDOW_CLOSE |
ON_WINDOW_UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static EmitStrategy |
forType(EmitStrategy.StrategyType type) |
static EmitStrategy.StrategyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmitStrategy.StrategyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EmitStrategy.StrategyType ON_WINDOW_UPDATE
public static final EmitStrategy.StrategyType ON_WINDOW_CLOSE
public static EmitStrategy.StrategyType[] values()
for (EmitStrategy.StrategyType c : EmitStrategy.StrategyType.values()) System.out.println(c);
public static EmitStrategy.StrategyType 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 static EmitStrategy forType(EmitStrategy.StrategyType type)