public class MacroParmInfo extends Object implements Cloneable, Serializable
MacroParmInfo class lets you enter a name/value pair
of the parameters used in the Run Macro active link action
(RunMacroAction).| Constructor and Description |
|---|
MacroParmInfo()
constructor
|
MacroParmInfo(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self
|
boolean |
equals(Object obj)
Use this method for checking equality.
|
String |
getName()
Gets parameter name of macro.
|
String |
getValue()
Gets the value of macro parameter.
|
int |
hashCode()
Returns the hash code value for this instance of the current class.
|
void |
setName(String name)
Sets parameter name of macro.
|
void |
setValue(String value)
Sets the value of macro parameter.
|
String |
toString() |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.