Clover Coverage Report - ARESTC 0.1.1-SNAPSHOT
Coverage timestamp: Sat Jul 24 2010 18:26:04 CEST
0   28   0   -
0   4   -   0
0     -  
1    
This report was generated with an evaluation server license. Purchase Clover or configure your license.
 
  ServiceParameterTypes       Line # 25 0 - 0 0 - -1.0
 
No Tests
 
1    /*
2    *
3    * (C)opyright 2010, Nikolaos Georgosopoulos
4    *
5    * This file is part of ARESTC.
6    *
7    * ARESTC is free software: you can redistribute it and/or modify it under the
8    * terms of the Lesser General Public License as published by the Free Software
9    * Foundation, either version 3 of the License, or (at your option) any later
10    * version.
11    *
12    * ARESTC is distributed in the hope that it will be useful, but WITHOUT ANY
13    * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
14    * A PARTICULAR PURPOSE. See the GNU General Public License for more details.
15    *
16    * You should have received a copy of the Lesser General Public License along
17    * with ARESTC. If not, see <http://www.gnu.org/licenses/>.
18    */
19    package net.sf.arestc.configuration.services;
20   
21    /**
22    * @author georgosn
23    *
24    */
 
25    public enum ServiceParameterTypes {
26   
27    QUERY, URL, BODY;
28    }