/**
* @return true if the domain of the variable contains only one value
*/
public final boolean isBound() {
IntExp myVar = (IntExp) getImpl();
return myVar.bound();
}
/**
* Returns true if the domain of this variable contains the value.
* @return true if the value is in the domain of this variable