Liferay 6.0.5

com.liferay.portlet.expando.model
Class ExpandoColumnConstants

java.lang.Object
  extended by com.liferay.portlet.expando.model.ExpandoColumnConstants

public class ExpandoColumnConstants
extends Object


Field Summary
static int BOOLEAN
           
static int BOOLEAN_ARRAY
           
static String BOOLEAN_ARRAY_LABEL
           
static String BOOLEAN_LABEL
           
static int DATE
           
static int DATE_ARRAY
           
static String DATE_ARRAY_LABEL
           
static String DATE_LABEL
           
static int DOUBLE
           
static int DOUBLE_ARRAY
           
static String DOUBLE_ARRAY_LABEL
           
static String DOUBLE_LABEL
           
static int FLOAT
           
static int FLOAT_ARRAY
           
static String FLOAT_ARRAY_LABEL
           
static String FLOAT_LABEL
           
static int INTEGER
           
static int INTEGER_ARRAY
           
static String INTEGER_ARRAY_LABEL
           
static String INTEGER_LABEL
           
static int LONG
           
static int LONG_ARRAY
           
static String LONG_ARRAY_LABEL
           
static String LONG_LABEL
           
static String PROPERTY_HEIGHT
           
static String PROPERTY_HIDDEN
           
static String PROPERTY_SECRET
           
static String PROPERTY_SELECTION
           
static String PROPERTY_VISIBLE_WITH_UPDATE_PERMISSION
           
static String PROPERTY_WIDTH
           
static int SHORT
           
static int SHORT_ARRAY
           
static String SHORT_ARRAY_LABEL
           
static String SHORT_LABEL
           
static int STRING
           
static int STRING_ARRAY
           
static String STRING_ARRAY_LABEL
           
static String STRING_LABEL
           
static int[] TYPES
           
static String UNKNOWN_LABEL
           
 
Constructor Summary
ExpandoColumnConstants()
           
 
Method Summary
static String getTypeLabel(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BOOLEAN

public static final int BOOLEAN
See Also:
Constant Field Values

BOOLEAN_ARRAY

public static final int BOOLEAN_ARRAY
See Also:
Constant Field Values

BOOLEAN_ARRAY_LABEL

public static final String BOOLEAN_ARRAY_LABEL
See Also:
Constant Field Values

BOOLEAN_LABEL

public static final String BOOLEAN_LABEL
See Also:
Constant Field Values

DATE

public static final int DATE
See Also:
Constant Field Values

DATE_ARRAY

public static final int DATE_ARRAY
See Also:
Constant Field Values

DATE_ARRAY_LABEL

public static final String DATE_ARRAY_LABEL
See Also:
Constant Field Values

DATE_LABEL

public static final String DATE_LABEL
See Also:
Constant Field Values

DOUBLE

public static final int DOUBLE
See Also:
Constant Field Values

DOUBLE_ARRAY

public static final int DOUBLE_ARRAY
See Also:
Constant Field Values

DOUBLE_ARRAY_LABEL

public static final String DOUBLE_ARRAY_LABEL
See Also:
Constant Field Values

DOUBLE_LABEL

public static final String DOUBLE_LABEL
See Also:
Constant Field Values

FLOAT

public static final int FLOAT
See Also:
Constant Field Values

FLOAT_ARRAY

public static final int FLOAT_ARRAY
See Also:
Constant Field Values

FLOAT_ARRAY_LABEL

public static final String FLOAT_ARRAY_LABEL
See Also:
Constant Field Values

FLOAT_LABEL

public static final String FLOAT_LABEL
See Also:
Constant Field Values

INTEGER

public static final int INTEGER
See Also:
Constant Field Values

INTEGER_ARRAY

public static final int INTEGER_ARRAY
See Also:
Constant Field Values

INTEGER_ARRAY_LABEL

public static final String INTEGER_ARRAY_LABEL
See Also:
Constant Field Values

INTEGER_LABEL

public static final String INTEGER_LABEL
See Also:
Constant Field Values

LONG

public static final int LONG
See Also:
Constant Field Values

LONG_ARRAY

public static final int LONG_ARRAY
See Also:
Constant Field Values

LONG_ARRAY_LABEL

public static final String LONG_ARRAY_LABEL
See Also:
Constant Field Values

LONG_LABEL

public static final String LONG_LABEL
See Also:
Constant Field Values

PROPERTY_HEIGHT

public static final String PROPERTY_HEIGHT
See Also:
Constant Field Values

PROPERTY_HIDDEN

public static final String PROPERTY_HIDDEN
See Also:
Constant Field Values

PROPERTY_SECRET

public static final String PROPERTY_SECRET
See Also:
Constant Field Values

PROPERTY_SELECTION

public static final String PROPERTY_SELECTION
See Also:
Constant Field Values

PROPERTY_VISIBLE_WITH_UPDATE_PERMISSION

public static final String PROPERTY_VISIBLE_WITH_UPDATE_PERMISSION
See Also:
Constant Field Values

PROPERTY_WIDTH

public static final String PROPERTY_WIDTH
See Also:
Constant Field Values

SHORT

public static final int SHORT
See Also:
Constant Field Values

SHORT_ARRAY

public static final int SHORT_ARRAY
See Also:
Constant Field Values

SHORT_ARRAY_LABEL

public static final String SHORT_ARRAY_LABEL
See Also:
Constant Field Values

SHORT_LABEL

public static final String SHORT_LABEL
See Also:
Constant Field Values

STRING

public static final int STRING
See Also:
Constant Field Values

STRING_ARRAY

public static final int STRING_ARRAY
See Also:
Constant Field Values

STRING_ARRAY_LABEL

public static final String STRING_ARRAY_LABEL
See Also:
Constant Field Values

STRING_LABEL

public static final String STRING_LABEL
See Also:
Constant Field Values

TYPES

public static final int[] TYPES

UNKNOWN_LABEL

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

ExpandoColumnConstants

public ExpandoColumnConstants()
Method Detail

getTypeLabel

public static final String getTypeLabel(int type)

Liferay 6.0.5