Class ActivationProperty

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, InputLocationTracker

    public class ActivationProperty
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
    This is the property specification used to activate a profile. If the value field is empty, then the existence of the named property will activate the profile, otherwise it does a case-sensitive match against the property value as well.
    Version:
    $Revision$ $Date$
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ActivationProperty clone()
      Method clone.
      InputLocation getLocation​(java.lang.Object key)
      Gets the location of the specified field in the input source.
      java.lang.String getName()
      Get the name of the property to be used to activate a profile.
      java.lang.String getValue()
      Get the value of the property required to activate a profile.
      void setLocation​(java.lang.Object key, InputLocation location)
      Sets the location of the specified field.
      void setName​(java.lang.String name)
      Set the name of the property to be used to activate a profile.
      void setOtherLocation​(java.lang.Object key, InputLocation location)  
      void setValue​(java.lang.String value)
      Set the value of the property required to activate a profile.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ActivationProperty

        public ActivationProperty()
    • Method Detail

      • clone

        public ActivationProperty clone()
        Method clone.
        Overrides:
        clone in class java.lang.Object
        Returns:
        ActivationProperty
      • getName

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

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

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

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

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