public static enum ScorecardCompiler.DrlType extends Enum<ScorecardCompiler.DrlType>
Enum Constant and Description |
---|
EXTERNAL_OBJECT_MODEL |
INTERNAL_DECLARED_TYPES |
Modifier and Type | Method and Description |
---|---|
static ScorecardCompiler.DrlType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScorecardCompiler.DrlType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScorecardCompiler.DrlType INTERNAL_DECLARED_TYPES
public static final ScorecardCompiler.DrlType EXTERNAL_OBJECT_MODEL
public static ScorecardCompiler.DrlType[] values()
for (ScorecardCompiler.DrlType c : ScorecardCompiler.DrlType.values()) System.out.println(c);
public static ScorecardCompiler.DrlType 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–2019 JBoss by Red Hat. All rights reserved.