use of org.applause.lang.applauseDsl.RESTVerb in project applause by applause.
the class RESTSpecificationImpl method setVerb.
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setVerb(RESTVerb newVerb) {
RESTVerb oldVerb = verb;
verb = newVerb == null ? VERB_EDEFAULT : newVerb;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ApplauseDslPackage.REST_SPECIFICATION__VERB, oldVerb, verb));
}
Aggregations