public static enum GeneratedFile.Type extends Enum<GeneratedFile.Type>
| Enum Constant and Description |
|---|
APPLICATION |
CLASS |
DECLARED_TYPE |
MESSAGE_CONSUMER |
MESSAGE_PRODUCER |
MODEL |
PMML |
PROCESS |
PROCESS_INSTANCE |
QUERY |
REST |
RULE |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedFile.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneratedFile.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneratedFile.Type APPLICATION
public static final GeneratedFile.Type PROCESS
public static final GeneratedFile.Type PROCESS_INSTANCE
public static final GeneratedFile.Type REST
public static final GeneratedFile.Type RULE
public static final GeneratedFile.Type DECLARED_TYPE
public static final GeneratedFile.Type QUERY
public static final GeneratedFile.Type MODEL
public static final GeneratedFile.Type CLASS
public static final GeneratedFile.Type MESSAGE_CONSUMER
public static final GeneratedFile.Type MESSAGE_PRODUCER
public static final GeneratedFile.Type PMML
public static GeneratedFile.Type[] values()
for (GeneratedFile.Type c : GeneratedFile.Type.values()) System.out.println(c);
public static GeneratedFile.Type 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 © 2001–2021 JBoss by Red Hat. All rights reserved.