View Javadoc

1   /*
2    * Copyright (c) 2005, The K-Wf Grid Consortium
3    * Fraunhofer Institute for Computer Architecture and Software Technology
4    * See http://www.kwfgrid.eu and http://www.first.fraunhofer.de for more details.
5    */
6   package net.kwfgrid.gworkflowdl.protocol.xml;
7   
8   /***
9      The namespace settings for OperationClass as constants.
10   */
11  public interface OperationClassNamespace {
12      public static final String OPERATIONCLASS_NS = "http://www.gridworkflow.org/gworkflowdl/operationclass";
13      public static final String OPERATIONCLASS_NS_PREFIX = "oc";
14      public static final String OPERATIONCLASS_ATTRIBUTE_NS = null;
15  }