Statistics
| Revision:

svn-gvsig-desktop / tmp / trunk / servidor / WPS_Callejero_Server / wps-plugin-0.4.0-operation-StreetsMap / src / org / tigris / frogs / plugin / wpsint / impl_0_4_0 / operation / streetsmap / resource / LocalizationBundle.java @ 26642

History | View | Annotate | Download (1.77 KB)

1
/*
2
 * ============================================================================
3
 * Copyright 2006 Government of Canada
4
 *
5
 * Licensed under the Apache License, Version 2.0 (the "License");
6
 * you may not use this file except in compliance with the License.
7
 * You may obtain a copy of the License at
8
 *
9
 *     http://www.apache.org/licenses/LICENSE-2.0
10
 *
11
 * Unless required by applicable law or agreed to in writing, software
12
 * distributed under the License is distributed on an "AS IS" BASIS,
13
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
 * See the License for the specific language governing permissions and
15
 * limitations under the License.
16
 * ============================================================================
17
*/
18
/*
19
 $Id: 
20
 $HeadURL: 
21
*/
22

    
23
/*
24
   **    **  *******   *****       *****    **   **     *****  
25
   **    **        ** **   **     **   **   **   **    **   ** 
26
   ** ** **  **    ** **          **  ***   **   **    **  *** 
27
   ** ** **  *******   *****      ** * **   **   **    ** * ** 
28
   ** ** **  **            **     ***  **   *******    ***  ** 
29
   ** ** **  **       **   **     **   ** **     ** ** **   ** 
30
    *******  **        *****       *****  **     ** **  *****  
31
 Generated from WPS 0.4.0 Code Generator Tool version 0.9.0 at Tue Mar 25 18:07:45 GMT+01:00 2008 By PS, RC, MC
32
*/
33

    
34
package org.tigris.frogs.plugin.wpsint.impl_0_4_0.operation.streetsmap.resource;
35

    
36
 /**
37
  * To be documented
38
  *
39
  */
40
public class LocalizationBundle extends org.tigris.frogs.resource.LocalizationBundle {
41

    
42
        private static String _HEADER = "org.tigris.frogs.plugin.wpsint.impl_0_4_0.operation.streetsmap.resource.LocalizationBundle";
43

    
44
         /**
45
          * To be documented
46
          *
47
          * @return String
48
          *
49
          */
50
        public String getHeaderClass() {
51
                return (_HEADER);
52
        }
53

    
54
}