Class MemberHandle


  • public class MemberHandle
    extends SimpleValueHandle
    A handle to a member of a property structure. A structure list occurs in an element property that contains a list of structures. The class handles a member of one structure in the list.
    See Also:
    StructureHandle
    • Field Detail

      • memberContext

        protected org.eclipse.birt.report.model.core.StructureContext memberContext
        The context to the member itself.
    • Constructor Detail

      • MemberHandle

        public MemberHandle​(StructureHandle structHandle,
                            org.eclipse.birt.report.model.metadata.StructPropertyDefn member)
        Constructs a member handle with the given structure handle and the member property definition. This form is used by the StructureIterator class.
        Parameters:
        structHandle - a handle to the structure
        member - definition of the member within the structure