public abstract class ProcessorAction extends Object
| Constructor and Description |
|---|
ProcessorAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Expression |
getPredicate() |
void |
setDescription(String description) |
void |
setPredicate(Expression predicate) |
public String getDescription()
public void setDescription(String description)
description - the description to setpublic Expression getPredicate()
public void setPredicate(Expression predicate)
predicate - the predicate to setCopyright © 2015 Red Hat, Inc.. All rights reserved.