|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.MacroParmInfo
public class MacroParmInfo
The MacroParmInfo
class lets you enter a name/value pair
of the parameters used in the Run Macro active link action
(RunMacroAction
).
Constructor Summary | |
---|---|
MacroParmInfo()
constructor |
|
MacroParmInfo(String name,
String value)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MacroParmInfo()
public MacroParmInfo(String name, String value)
Method Detail |
---|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |