KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > de > webman > content > workflow > VersionConstants


1 package de.webman.content.workflow;
2
3 /**
4     Definiert alle wichtige Konstanten fuer die aufgebauten Datenstrukturen
5     der Versionen
6  * @author $Author: alex $
7  * @version $Revision: 1.1 $
8     
9 */

10 public interface VersionConstants
11 {
12     String JavaDoc CONTENT_NODE_ID = "CONTENT_NODE_ID";
13 }
Popular Tags