public class ActivationProperty extends Objectimplements Serializable , Cloneable , InputLocationTracker
| Constructor and Description |
|---|
ActivationProperty()
|
| Modifier and Type | Method and Description |
|---|---|
ActivationProperty |
clone()
Method clone.
|
InputLocation |
getLocation(Object
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
Sets the location of the specified field.
|
void |
setName(String
Set the name of the property to be used to activate a profile.
|
void |
setValue(String
Set the value of the property required to activate a profile.
|
public ActivationPropertyclone()
public InputLocationgetLocation(Object key)
InputLocationTracker
getLocation in interface
InputLocationTracker
key -
public StringgetName()
public StringgetValue()
public void setLocation(Objectkey, InputLocation location)
InputLocationTracker
setLocation in interface
InputLocationTracker
key -
location -
public void setName(Stringname)
name -
public void setValue(Stringvalue)
value -