com.ibm.websphere.wim.model

Interface HierarchyControl

    • Method Detail

      • getLevel

        int getLevel()
        Returns the value of the 'Level' attribute. The default value is "1".

        Level has different meaning in different contexts. For example, in DescendantControl, it indicates the level of descendants. In GroupMembershipControl, it indicates level of nested groups.
        Level=1 means immediate ancestor(parent)/descendant(children)/group/member.
        Level=0 means all nested ancestors(parents)/descendants(children)/group/members.
        Level=any positive integer means specified level of ancestors(parents)/descendants(children).

        See Also:
        isSetLevel(), unsetLevel(), setLevel(int), ModelPackage.getHierarchyControl_Level()
        Model:
        default="1" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Int"
        Generated:
        Return:
        the value of the 'Level' attribute.
      • isSetLevel

        boolean isSetLevel()
        Returns whether the value of the 'Level' attribute is set.
        See Also:
        unsetLevel(), getLevel(), setLevel(int)
        Generated:
        Return:
        whether the value of the 'Level' attribute is set.
      • isTreeView

        boolean isTreeView()
        Returns the value of the 'Tree View' attribute. The default value is "false".

        If tree view is false, the dataobjects are returned in as flat list. If it is true then the descendants/groups/members are returned in a tree structure. The tree view is currently not supported.

        See Also:
        isSetTreeView(), unsetTreeView(), setTreeView(boolean), ModelPackage.getHierarchyControl_TreeView()
        Model:
        default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
        Generated:
        Return:
        the value of the 'Tree View' attribute.