| Constructor and Description |
|---|
ZGiven(GivenValue expr)
Create a new
ZGiven from a ZName |
ZGiven(String value)
Create a new
ZGiven with its value set to value. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Tests if the ZGiven is equal to another object.
|
GivenValue |
getExpr()
Get the expr type representing the zvalue
|
String |
getValue()
Getter method for the
ZGiven's value. |
int |
hashCode() |
String |
toString()
Returns string representation of the ZGiven.
|
public ZGiven(String value)
ZGiven with its value set to value.value - The value to store in the ZGiven.public ZGiven(GivenValue expr)
ZGiven from a ZNameexpr_ - the ZName used to created the corresponding ZGiven.public String getValue()
ZGiven's value.public String toString()
getValue()).public boolean equals(Object obj)
public int hashCode()
public GivenValue getExpr()
Copyright © 2003–2016 Community Z Tools Project. All rights reserved.