org.apache.commons.launcher.types

Class ConditionalArgumentSet

public class ConditionalArgumentSet extends DataType

A class that represents a set of nested elements of ConditionalArgument objects.

Author: Patrick Luby

Method Summary
protected voidaddConditionalargument(ConditionalArgument argument)
protected voidaddConditionalargumentset(ConditionalArgumentSet set)
ArrayListgetList()
Get ConditionalArgument instances.
voidsetRefid(Reference r)
Makes this instance a reference to another instance.

Method Detail

addConditionalargument

protected void addConditionalargument(ConditionalArgument argument)
Add a ConditionalArgument.

Parameters: argument the ConditionalArgument to be added

addConditionalargumentset

protected void addConditionalargumentset(ConditionalArgumentSet set)
Add a ConditionalArgumentSet.

Parameters: set the ConditionalArgumentSet to be added

getList

public ArrayList getList()
Get ConditionalArgument instances.

Returns: the ConditionalArgument instances

setRefid

public void setRefid(Reference r)
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 another ConditionalArgumentSet instance

Copyright (c) 2001-2002 - Apache Software Foundation