Interface ConstrainBooleanParameters
@JsType(isNative=true,
namespace="<global>")
public interface ConstrainBooleanParameters
-
Method Summary
-
Method Details
-
create
-
isExact
@JsProperty boolean isExact() -
isIdeal
@JsProperty boolean isIdeal() -
setExact
@JsProperty void setExact(boolean exact) -
setIdeal
@JsProperty void setIdeal(boolean ideal)
-