Class IllegalContentInfo
java.lang.Object
org.eclipse.birt.report.model.api.extension.IllegalContentInfo
-
Constructor Summary
ConstructorsConstructorDescriptionIllegalContentInfo
(org.eclipse.birt.report.model.extension.SimplePeerExtensibilityProvider.UndefinedChildInfo infor, org.eclipse.birt.report.model.core.Module module) -
Method Summary
Modifier and TypeMethodDescriptionGets the child of theUndefinedChildInfo
.int
getIndex()
Gets the index ofUndefinedChildInfo
.
-
Constructor Details
-
IllegalContentInfo
public IllegalContentInfo(org.eclipse.birt.report.model.extension.SimplePeerExtensibilityProvider.UndefinedChildInfo infor, org.eclipse.birt.report.model.core.Module module) - Parameters:
infor
-module
-
-
-
Method Details
-
getContent
Gets the child of theUndefinedChildInfo
.- Returns:
- the child of the
UndefinedChildInfo
.
-
getIndex
public int getIndex()Gets the index ofUndefinedChildInfo
.
- Returns:
- the index of
UndefinedChildInfo
.
-