public class ActivationProperty extends Object implements Serializable, Cloneable, InputLocationTracker
| Constructor and Description | 
|---|
| ActivationProperty() | 
| Modifier and Type | Method and Description | 
|---|---|
| ActivationProperty | clone()Method clone. | 
| InputLocation | getLocation(Object key)Gets the location of the specified field in the input
 source. | 
| String | getName()Get the name of the property to be used to activate a
 profile. | 
| String | getValue()Get the value of the property required to activate a
 profile. | 
| void | setLocation(Object key,
           InputLocation location)Sets the location of the specified field. | 
| void | setName(String name)Set the name of the property to be used to activate a
 profile. | 
| void | setValue(String value)Set the value of the property required to activate a
 profile. | 
public ActivationProperty clone()
public InputLocation getLocation(Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public String getName()
public String getValue()
public void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setName(String name)
name - public void setValue(String value)
value - Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.