Class IllegalContentInfo
- java.lang.Object
-
- org.eclipse.birt.report.model.api.extension.IllegalContentInfo
-
public class IllegalContentInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IllegalContentInfo(org.eclipse.birt.report.model.extension.SimplePeerExtensibilityProvider.UndefinedChildInfo infor, org.eclipse.birt.report.model.core.Module module)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DesignElementHandle
getContent()
Gets the child of theUndefinedChildInfo
.int
getIndex()
Gets the index ofUndefinedChildInfo
.
-
-
-
Method Detail
-
getContent
public DesignElementHandle 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
.
-
-