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, setVariable
getFieldValues, removeField, setFieldValues
public 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 ActionFieldList
public boolean equals(Object o)
equals
in class ActionSetField
public int hashCode()
hashCode
in class ActionSetField
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.