Class ActivationProperty

    • Constructor Detail

      • ActivationProperty

        public ActivationProperty()
    • Method Detail

      • getName

        public String getName()
        Get the name of the property to be used to activate a profile.
        Returns:
        String
      • setOtherLocation

        public void setOtherLocation​(Object key,
                                     InputLocation location)
        Parameters:
        key - a key object.
        location - a location object.
      • getValue

        public String getValue()
        Get the value of the property required to activate a profile.
        Returns:
        String
      • setName

        public void setName​(String name)
        Set the name of the property to be used to activate a profile.
        Parameters:
        name - a name object.
      • setValue

        public void setValue​(String value)
        Set the value of the property required to activate a profile.
        Parameters:
        value - a value object.