Class DynamicActionAttribute


  • public class DynamicActionAttribute
    extends Object
    Class for holding the name and value of a dynamic action attribute.
    Since:
    3.3
    Author:
    nicklas
    • Field Detail

      • name

        private final String name
      • value

        private final String value
    • Constructor Detail

      • DynamicActionAttribute

        public DynamicActionAttribute​(String name,
                                      String value)
        Create a new dynamic action attribute.
    • Method Detail

      • getName

        public String getName()
        Get the name of the dynamic attribute.
      • getValue

        public String getValue()
        Get the value of the dynamic attribute.