Class ActionGroupsV7

    • Constructor Detail

      • ActionGroupsV7

        public ActionGroupsV7()
      • ActionGroupsV7

        public ActionGroupsV7​(String key,
                              List<String> allowed_actions)
    • Method Detail

      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • isReserved

        public boolean isReserved()
        Specified by:
        isReserved in interface Hideable
      • setReserved

        public void setReserved​(boolean reserved)
      • isHidden

        public boolean isHidden()
        Specified by:
        isHidden in interface Hideable
      • setHidden

        public void setHidden​(boolean hidden)
      • getAllowed_actions

        public List<String> getAllowed_actions()
      • setAllowed_actions

        public void setAllowed_actions​(List<String> allowed_actions)
      • setStatic

        public void setStatic​(boolean _static)