|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.birt.report.model.api.metadata.ArgumentInfoList
public class ArgumentInfoList
Represents an optional argument list of a method.
Constructor Summary | |
---|---|
ArgumentInfoList()
Constructs a default ArgumentInfoList . |
Method Summary | |
---|---|
protected void |
addArgument(IArgumentInfo argument)
Adds argument to this method definition. |
java.util.Iterator |
argumentsIterator()
Returns the iterator of argument definition. |
IArgumentInfo |
getArgument(java.lang.String argumentName)
Returns the argument definition given the name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ArgumentInfoList()
ArgumentInfoList
.
Method Detail |
---|
protected void addArgument(IArgumentInfo argument)
argument
- the argument definition to add
org.eclipse.birt.report.model.metadata.MetaDataException
- if the argument name exists.public IArgumentInfo getArgument(java.lang.String argumentName)
getArgument
in interface IArgumentInfoList
argumentName
- name of the argument to get
public java.util.Iterator argumentsIterator()
ArgumentInfo
.
argumentsIterator
in interface IArgumentInfoList
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |