Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
ArgumentInfo
Represents the definition of argument.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<IArgumentInfo> |
IArgumentInfoList.argumentsIterator()
Returns the iterator of argument definition.
|
java.util.Iterator<IArgumentInfo> |
ArgumentInfoList.argumentsIterator()
Returns the iterator of argument definition.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ArgumentInfoList.addArgument(IArgumentInfo argument)
Adds argument to this method definition.
|
Modifier and Type | Method and Description |
---|---|
IArgumentInfo |
ArgumentInfoList.getArgument(java.lang.String argumentName)
Returns the argument definition given the name.
|
Copyright © 2008 Actuate Corp. All rights reserved.