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 | 
setOtherLocation(Object key,
                InputLocation location)  | 
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 void setLocation(Object key, InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setOtherLocation(Object key, InputLocation location)
key - location - public String getValue()
public void setName(String name)
name - public void setValue(String value)
value - Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.