public class ActivationProperty extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, InputLocationTracker
| Modifier and Type | Field and Description |
|---|---|
private InputLocation |
location
Field location.
|
private java.util.Map<java.lang.Object,InputLocation> |
locations
Field locations.
|
private java.lang.String |
name
The name of the property to be used to activate a profile.
|
private InputLocation |
nameLocation
Field nameLocation.
|
private java.lang.String |
value
The value of the property required to activate a profile.
|
private InputLocation |
valueLocation
Field valueLocation.
|
| Constructor and Description |
|---|
ActivationProperty() |
| Modifier and Type | Method and 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.
|
private InputLocation |
getOtherLocation(java.lang.Object key) |
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.
|
private java.lang.String name
private java.lang.String value
private java.util.Map<java.lang.Object,InputLocation> locations
private InputLocation location
private InputLocation nameLocation
private InputLocation valueLocation
public ActivationProperty clone()
clone in class java.lang.Objectpublic InputLocation getLocation(java.lang.Object key)
InputLocationTrackergetLocation in interface InputLocationTrackerkey - public java.lang.String getName()
public void setLocation(java.lang.Object key,
InputLocation location)
InputLocationTrackersetLocation in interface InputLocationTrackerkey - location - public void setOtherLocation(java.lang.Object key,
InputLocation location)
key - location - private InputLocation getOtherLocation(java.lang.Object key)
key - public java.lang.String getValue()
public void setName(java.lang.String name)
name - public void setValue(java.lang.String value)
value -