ace91c9f62978a144e2c605051ae516b9ed2f5f4
[vfc/nfvo/wfengine.git] /
1 /**
2  * This enum is intended to simplify identifying different HTTP-methods
3  */
4 package org.opentosca.bpel4restlight.rest;
5
6
7 public enum HttpMethod {
8         PUT, POST, GET, DELETE
9 }