com.ibm.websphere.wim.model

Interface CheckGroupMembershipControl

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getLevel()
      Returns the value of the 'Level' attribute.
      boolean isInGroup()
      Returns the value of the 'In Group' attribute.
      boolean isSetInGroup()
      Returns whether the value of the 'In Group' attribute is set.
      boolean isSetLevel()
      Returns whether the value of the 'Level' attribute is set.
      void setInGroup(boolean value)
      Sets the value of the 'In Group' attribute.
      void setLevel(int value)
      Sets the value of the 'Level' attribute.
      void unsetInGroup()
      Unsets the value of the 'In Group' attribute.
      void unsetLevel()
      Unsets the value of the 'Level' attribute.