KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > jahia > data > ConnectionTypes


1 //
2
// ConnectionTypes
3
// EV 03.12.2000
4
//
5
//
6

7 package org.jahia.data;
8
9
10 public class ConnectionTypes {
11
12
13     public static final int LOCAL = 0;
14     public static final int NEWSFEED = 1;
15     public static final int DATASOURCE = 2;
16     // JB 02.08.2001 - Add HTMLEditor Types
17
public static final int HTMLEDITOR = 3;
18     public static final int HTMLEDITORAX = 4;
19
20
21 } // end ConnectionTypes
22

23
Popular Tags