Liferay 6.1.0-ce-b4

com.liferay.portlet.documentlibrary.model
Class DLFileEntryTypeConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLFileEntryTypeConstants

public class DLFileEntryTypeConstants
extends Object


Field Summary
static long FILE_ENTRY_TYPE_ID_ALL
           
static long FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT
           
static String NAME_BASIC_DOCUMENT
           
static String NAME_IMAGE
           
static String NAME_VIDEO
           
 
Constructor Summary
DLFileEntryTypeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILE_ENTRY_TYPE_ID_ALL

public static final long FILE_ENTRY_TYPE_ID_ALL
See Also:
Constant Field Values

FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT

public static final long FILE_ENTRY_TYPE_ID_BASIC_DOCUMENT
See Also:
Constant Field Values

NAME_BASIC_DOCUMENT

public static final String NAME_BASIC_DOCUMENT
See Also:
Constant Field Values

NAME_IMAGE

public static final String NAME_IMAGE
See Also:
Constant Field Values

NAME_VIDEO

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

DLFileEntryTypeConstants

public DLFileEntryTypeConstants()

Liferay 6.1.0-ce-b4