Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
DataType
org.apache.commons.launcher.types.ConditionalArgumentSet
public class ConditionalArgumentSet
extends DataType
ConditionalArgument
objects.
Method Summary | |
protected void |
|
protected void | |
ArrayList |
|
void |
|
protected void addConditionalargument(ConditionalArgument argument)
Add aConditionalArgument
.
- Parameters:
argument
- theConditionalArgument
to be added
protected void addConditionalargumentset(ConditionalArgumentSet set)
Add aConditionalArgumentSet
.
- Parameters:
set
- theConditionalArgumentSet
to be added
public ArrayList getList()
GetConditionalArgument
instances.
- Returns:
- the
ConditionalArgument
instances
public void setRefid(Reference r) throws BuildException
Makes this instance a reference to another instance. You must not set another attribute or nest elements inside this element if you make it a reference.
- Parameters:
r
- the reference to anotherConditionalArgumentSet
instance