Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.model
Class DDMTemplateConstants

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.model.DDMTemplateConstants

public class DDMTemplateConstants
extends Object


Field Summary
static String TEMPLATE_MODE_CREATE
           
static String TEMPLATE_MODE_EDIT
           
static String TEMPLATE_TYPE_DISPLAY
           
static String TEMPLATE_TYPE_FORM
           
 
Constructor Summary
DDMTemplateConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMPLATE_MODE_CREATE

public static final String TEMPLATE_MODE_CREATE
See Also:
Constant Field Values

TEMPLATE_MODE_EDIT

public static final String TEMPLATE_MODE_EDIT
See Also:
Constant Field Values

TEMPLATE_TYPE_DISPLAY

public static final String TEMPLATE_TYPE_DISPLAY
See Also:
Constant Field Values

TEMPLATE_TYPE_FORM

public static final String TEMPLATE_TYPE_FORM
See Also:
Constant Field Values
Constructor Detail

DDMTemplateConstants

public DDMTemplateConstants()

Liferay 6.2-ce-ga5