public class FlowStepInfo extends Object
| Constructor and Description |
|---|
FlowStepInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute() |
String |
getProperty() |
void |
setAttribute(String name)
Set the name of a flow step attribute to use as information source
|
void |
setProperty(String property)
Set the name of a Ant property in which the flow step information will be stored
|
public void setAttribute(String name)
name - A flow step attribute name. Not null, not empty.public void setProperty(String property)
property - A name of a Ant property. Not null, not empty.public String getAttribute()
public String getProperty()
Copyright © 2005-2015 Linagora. All Rights Reserved.