Package | Description |
---|---|
org.drools.core.metadata |
Modifier and Type | Field and Description |
---|---|
protected Lit |
ModifyLiteral.ModifyTaskLiteral.mode |
Modifier and Type | Method and Description |
---|---|
Lit |
ModifyTask.getMode() |
Lit |
ModifyLiteral.ModifyTaskLiteral.getMode() |
static Lit |
Lit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lit[] |
Lit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected <R,C> void |
ModifyLiteral.addTask(org.drools.core.metadata.MetaProperty<?,R,C> p,
C val,
Lit mode) |
void |
ManyValuedMetaProperty.set(T o,
C value,
Lit mode) |
void |
ManyToManyPropertyLiteral.set(T o,
List<R> values,
Lit mode) |
void |
OneToManyPropertyLiteral.set(T o,
List<R> values,
Lit mode) |
void |
ToManyPropertyLiteral.set(T o,
List<R> values,
Lit mode) |
void |
OneToOnePropertyLiteral.set(T object,
R value,
Lit lit) |
void |
ToOnePropertyLiteral.set(T object,
R value,
Lit lit) |
void |
ManyValuedMetaProperty.set(T o,
R value,
Lit mode) |
void |
ToManyPropertyLiteral.set(T o,
R value,
Lit mode) |
void |
OneValuedMetaProperty.set(T target,
R value,
Lit set) |
void |
ManyToOnePropertyLiteral.set(T object,
R value,
Lit lit) |
Constructor and Description |
---|
ModifyTaskLiteral(org.drools.core.metadata.MetaProperty<?,R,C> p,
C val,
Lit mode) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.