public class LiteralReturnValueConstraint extends ReturnValueConstraint
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
value
The attribute type.
|
funcall, operator
Constructor and Description |
---|
LiteralReturnValueConstraint(java.lang.Object value,
FunctionCall funcall)
Create a new return value constraint.
|
LiteralReturnValueConstraint(java.lang.Object value,
FunctionCall funcall,
IOperator operator)
Create a new return value constraint.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue()
Get the value.
|
getFunctionCall, getOperator, getVariables
public LiteralReturnValueConstraint(java.lang.Object value, FunctionCall funcall)
public LiteralReturnValueConstraint(java.lang.Object value, FunctionCall funcall, IOperator operator)