public void setKind(acceptor.ExpectationKind v) { aKind = v; __setDirty(true); NotifyControllers(null); }
public bool setKind_AsString( string v) { acceptor.ExpectationKind temp = acceptor.StringTo_Enum_ExpectationKind(v); if (temp >= 0){ aKind = temp; __setDirty(true); NotifyControllers(null); return true; } // If return false; }
public Expectation() { Expectation obj = this; aValue=(null); aBlocking=(false); aKind=(0); aDeadLine=(0.0); aCondition=(null); aComment=(null); aCyclePhase=(0); }