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 |
ClassInfo
Represents the script object definition.
|
Modifier and Type | Method and Description |
---|---|
IClassInfo |
IMetaDataDictionary.getClass(java.lang.String name)
Returns the class definition given the class name.
|
IClassInfo |
MethodInfo.getClassReturnType() |
IClassInfo |
IMethodInfo.getClassReturnType()
Returns the script type for return.
|
IClassInfo |
MemberInfo.getClassType() |
IClassInfo |
IMemberInfo.getClassType()
Returns the member type in Class.
|
IClassInfo |
IArgumentInfo.getClassType()
Returns the argument type in Class.
|
IClassInfo |
ArgumentInfo.getClassType()
Returns the class type of this argument.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<IClassInfo> |
IMetaDataDictionary.getClasses()
Returns the class list.
|
Modifier and Type | Method and Description |
---|---|
IClassInfo |
ScriptableClassInfo.getClass(java.lang.String className)
Returns the scriptable class information for the given class full name.
|
IClassInfo |
MethodInfo.getClassReturnType() |
IClassInfo |
ConstructorInfo.getClassReturnType() |
IClassInfo |
MemberInfo.getClassType() |
IClassInfo |
ArgumentInfo.getClassType()
Returns the class type of this argument.
|
IClassInfo |
IScriptableObjectClassInfo.getScriptableClass(java.lang.String className)
Returns the class information for the given class name.
|
Copyright © 2008 Actuate Corp. All rights reserved.