Class XItemConditionDescriptor

    • Constructor Detail

      • XItemConditionDescriptor

        public XItemConditionDescriptor​(boolean negated,
                                        String name)
    • Method Detail

      • getName

        public String getName()
        Returns:
        The condition is fulfilled depending on whether the (state / user group etc.) matches this name.
      • isNegated

        public boolean isNegated()
        Returns:
        When true, the condition is fulfilled when the (state / user group etc.) does not match the getName(). When true, the condition is fulfilled when the (state / user group etc.) does matches the getName().