public class VerifyField extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ENUM
This is not used yet.
|
static int |
TYPE_FORMULA
This is for a "formula" that calculates a value.
|
static int |
TYPE_LITERAL
This may be string, or number, anything really.
|
static int |
TYPE_PREDICATE
The fieldName and fieldBinding is not used in the case of a predicate.
|
static int |
TYPE_UNDEFINED
This is used only when action is first created.
|
static int |
TYPE_VARIABLE
This is when it is set to a valid previously bound variable.
|
Constructor and Description |
---|
VerifyField() |
VerifyField(String fieldName,
String expected,
String operator) |
Modifier and Type | Method and Description |
---|---|
String |
getActualResult() |
String |
getExpected() |
String |
getExplanation() |
String |
getFieldName() |
long |
getNature() |
String |
getOperator() |
Boolean |
getSuccessResult() |
void |
setActualResult(String actualResult) |
void |
setExpected(String expected) |
void |
setExplanation(String explanation) |
void |
setFieldName(String fieldName) |
void |
setNature(long nature) |
void |
setOperator(String operator) |
void |
setSuccessResult(Boolean successResult) |
public static final int TYPE_UNDEFINED
public static final int TYPE_LITERAL
public static final int TYPE_VARIABLE
public static final int TYPE_FORMULA
public static final int TYPE_ENUM
public static final int TYPE_PREDICATE
public long getNature()
public void setNature(long nature)
public void setFieldName(String fieldName)
public String getFieldName()
public void setExpected(String expected)
public String getExpected()
public void setActualResult(String actualResult)
public String getActualResult()
public void setSuccessResult(Boolean successResult)
public Boolean getSuccessResult()
public void setExplanation(String explanation)
public String getExplanation()
public void setOperator(String operator)
public String getOperator()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.