public class ActionCallMethod extends ActionSetField
| Modifier and Type | Field and Description |
|---|---|
static int |
TYPE_DEFINED
The function has been choosen
|
static int |
TYPE_UNDEFINED |
| Constructor and Description |
|---|
ActionCallMethod() |
ActionCallMethod(String itemText) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFieldValue(ActionFieldValue val) |
boolean |
equals(Object o) |
ActionFieldFunction |
getFieldValue(int i) |
String |
getMethodName() |
int |
getState() |
int |
hashCode() |
void |
setMethodName(String methodName) |
void |
setState(int state) |
getVariable, setVariablegetFieldValues, removeField, setFieldValuespublic static final int TYPE_UNDEFINED
public static final int TYPE_DEFINED
public ActionCallMethod(String itemText)
public ActionCallMethod()
public int getState()
public String getMethodName()
public void setState(int state)
public void setMethodName(String methodName)
public ActionFieldFunction getFieldValue(int i)
public void addFieldValue(ActionFieldValue val)
addFieldValue in class ActionFieldListpublic boolean equals(Object o)
equals in class ActionSetFieldpublic int hashCode()
hashCode in class ActionSetFieldCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.