Revision 2992 trunk/libraries/libRemoteServices/src/org/gvsig/remoteClient/descriptor/ServiceInformation.java

View differences:

ServiceInformation.java
1 1
package org.gvsig.remoteClient.descriptor;
2 2

  
3
import java.util.ArrayList;
4

  
3 5
/**
4 6
  * Class for storing all the general information of this Service
5 7
  * @author Laura Diaz
......
27 29
  static String m_phone = new String();
28 30
  static String m_fax =  new String();
29 31
  static String m_email = new String();
32
  
33
  private ArrayList formats = null;
30 34

  
35
  // TODO: Add all the supported formats...
31 36
  
32
  // TODO: Add all the supported formats...
37
  public ArrayList getFormats()
38
  {
39
	 return formats;
40
  }
41
  
33 42
 /**
34 43
  * returns the name of this server
35 44
  */

Also available in: Unified diff