|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IClassInfo | |
---|---|
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 IClassInfo in org.eclipse.birt.report.model.api.metadata |
---|
Classes in org.eclipse.birt.report.model.api.metadata that implement IClassInfo | |
---|---|
class |
ClassInfo
Represents the script object definition. |
Methods in org.eclipse.birt.report.model.api.metadata that return IClassInfo | |
---|---|
IClassInfo |
IMetaDataDictionary.getClass(java.lang.String name)
Returns the class definition given the class name. |
IClassInfo |
IMethodInfo.getClassReturnType()
Returns the script type for return. |
IClassInfo |
MethodInfo.getClassReturnType()
|
IClassInfo |
ArgumentInfo.getClassType()
Returns the class type of this argument. |
IClassInfo |
MemberInfo.getClassType()
|
IClassInfo |
IMemberInfo.getClassType()
Returns the member type in Class. |
IClassInfo |
IArgumentInfo.getClassType()
Returns the argument type in Class. |
Uses of IClassInfo in org.eclipse.birt.report.model.api.scripts |
---|
Methods in org.eclipse.birt.report.model.api.scripts that return IClassInfo | |
---|---|
IClassInfo |
ConstructorInfo.getClassReturnType()
|
IClassInfo |
MethodInfo.getClassReturnType()
|
IClassInfo |
ArgumentInfo.getClassType()
Returns the class type of this argument. |
IClassInfo |
MemberInfo.getClassType()
|
IClassInfo |
IScriptableObjectClassInfo.getScriptableClass(java.lang.String className)
Returns the class information for the given class name. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |