Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.vinculum.processeditor
Class TemplateConstants  view TemplateConstants download TemplateConstants.java

java.lang.Object
  extended bycom.vinculum.processeditor.TemplateConstants

public class TemplateConstants
extends java.lang.Object


Field Summary
static java.lang.String TEMPLATE_END_FLOW
           
static java.lang.String TEMPLATE_JSP
           
static java.lang.String TEMPLATE_LABEL
           
static java.lang.String TEMPLATE_START_FLOW
           
static java.lang.String TEMPLATE_TRANSITION
           
 
Constructor Summary
TemplateConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_START_FLOW

public static final java.lang.String TEMPLATE_START_FLOW
See Also:
Constant Field Values

TEMPLATE_TRANSITION

public static final java.lang.String TEMPLATE_TRANSITION
See Also:
Constant Field Values

TEMPLATE_JSP

public static final java.lang.String TEMPLATE_JSP
See Also:
Constant Field Values

TEMPLATE_END_FLOW

public static final java.lang.String TEMPLATE_END_FLOW
See Also:
Constant Field Values

TEMPLATE_LABEL

public static final java.lang.String TEMPLATE_LABEL
See Also:
Constant Field Values
Constructor Detail

TemplateConstants

public TemplateConstants()