public enum ExecModelMode extends Enum<ExecModelMode>
Modifier and Type | Method and Description |
---|---|
static boolean |
shouldDeleteFile(String s) |
static boolean |
shouldGenerateModel(String s) |
static ExecModelMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecModelMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecModelMode YES
public static final ExecModelMode NO
public static final ExecModelMode WITHDRL
public static ExecModelMode[] values()
for (ExecModelMode c : ExecModelMode.values()) System.out.println(c);
public static ExecModelMode 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 boolean shouldGenerateModel(String s)
public static boolean shouldDeleteFile(String s)
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.