Package | Description |
---|---|
org.drools.core.rule |
Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements.
|
Modifier and Type | Method and Description |
---|---|
TypeDeclaration.Nature |
TypeDeclaration.getNature() |
static TypeDeclaration.Nature |
TypeDeclaration.Nature.parseNature(String nature) |
static TypeDeclaration.Nature |
TypeDeclaration.Nature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDeclaration.Nature[] |
TypeDeclaration.Nature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeDeclaration.setNature(TypeDeclaration.Nature nature) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.