com.ibm.pdp.maf.rpp.pac.dialogfolder

Interface ChildNode

  • All Superinterfaces:
    AbstractNode, Element


    public interface ChildNode
    extends AbstractNode

    Childs node are categorized as follow:

    - The depending node, which is linked to a root node or a depending node by a hierarchical relationship

    - The reference node, which is linked to a root node or a depending node by a referencing relationship.

    • Method Detail

      • getCardinality

        CardinalityValues getCardinality()

        Returns the cardinality of the node.

        For a depending node, the cardinalities possible on this type of relation are: (0,1), (0,N), (1,1), (1,N)

        For a referencing node, the cardinalities possible on this type of relation are: (0,1), (1,1)

        Returns:
      • getChildNodes

        java.util.List<ChildNode> getChildNodes()

        List of the depending and referencing nodes

        Returns:
      • getDisplayKeys

        java.util.List<NodeDisplayKey> getDisplayKeys()

        This list returns the corresponding Data Element key between the current node and its parent.

        Returns:
      • getSubSchema

        ScreenSubSchemaValues getSubSchema()

        Sub-schema number: Optional field, reserved for L type nodes.

        Returns:
      • getTypeNode

        NodeTypeValues getTypeNode()

        Returns the type of the child node :

        - D: Depending node, which is linked to a root node or a depending node by a hierarchical relationship

        - L: Reference node, which is linked to a root node or a depending node by a referencing relationship.

        Returns: