|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IArgumentInfo | |
---|---|
org.eclipse.birt.report.model.api.metadata | Defines the elements, properties, types, structures and slots in the Report Object Model. |
org.eclipse.birt.report.model.api.scripts |
Uses of IArgumentInfo in org.eclipse.birt.report.model.api.metadata |
---|
Classes in org.eclipse.birt.report.model.api.metadata that implement IArgumentInfo | |
---|---|
class |
ArgumentInfo
Represents the definition of argument. |
Methods in org.eclipse.birt.report.model.api.metadata that return IArgumentInfo | |
---|---|
IArgumentInfo |
IArgumentInfoList.getArgument(java.lang.String argumentName)
Returns the argument definition given the name. |
IArgumentInfo |
ArgumentInfoList.getArgument(java.lang.String argumentName)
Returns the argument definition given the name. |
Methods in org.eclipse.birt.report.model.api.metadata that return types with arguments of type IArgumentInfo | |
---|---|
java.util.Iterator<IArgumentInfo> |
IArgumentInfoList.argumentsIterator()
Returns the iterator of argument definition. |
java.util.Iterator<IArgumentInfo> |
ArgumentInfoList.argumentsIterator()
Returns the iterator of argument definition. |
Methods in org.eclipse.birt.report.model.api.metadata with parameters of type IArgumentInfo | |
---|---|
protected void |
ArgumentInfoList.addArgument(IArgumentInfo argument)
Adds argument to this method definition. |
Uses of IArgumentInfo in org.eclipse.birt.report.model.api.scripts |
---|
Methods in org.eclipse.birt.report.model.api.scripts that return IArgumentInfo | |
---|---|
IArgumentInfo |
ArgumentInfoList.getArgument(java.lang.String argumentName)
Returns the argument definition given the name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |