com.liferay.portlet.expando.model
Class ExpandoColumnConstants
java.lang.Object
com.liferay.portlet.expando.model.ExpandoColumnConstants
public class ExpandoColumnConstants
- extends java.lang.Object
View Source
- Author:
- Raymond Augé
Method Summary |
static java.lang.String |
getTypeLabel(int type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BOOLEAN
public static final int BOOLEAN
- See Also:
- Constant Field Values
BOOLEAN_LABEL
public static final java.lang.String BOOLEAN_LABEL
- See Also:
- Constant Field Values
BOOLEAN_ARRAY
public static final int BOOLEAN_ARRAY
- See Also:
- Constant Field Values
BOOLEAN_ARRAY_LABEL
public static final java.lang.String BOOLEAN_ARRAY_LABEL
- See Also:
- Constant Field Values
DATE
public static final int DATE
- See Also:
- Constant Field Values
DATE_LABEL
public static final java.lang.String DATE_LABEL
- See Also:
- Constant Field Values
DATE_ARRAY
public static final int DATE_ARRAY
- See Also:
- Constant Field Values
DATE_ARRAY_LABEL
public static final java.lang.String DATE_ARRAY_LABEL
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
DOUBLE_LABEL
public static final java.lang.String DOUBLE_LABEL
- See Also:
- Constant Field Values
DOUBLE_ARRAY
public static final int DOUBLE_ARRAY
- See Also:
- Constant Field Values
DOUBLE_ARRAY_LABEL
public static final java.lang.String DOUBLE_ARRAY_LABEL
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
FLOAT_LABEL
public static final java.lang.String FLOAT_LABEL
- See Also:
- Constant Field Values
FLOAT_ARRAY
public static final int FLOAT_ARRAY
- See Also:
- Constant Field Values
FLOAT_ARRAY_LABEL
public static final java.lang.String FLOAT_ARRAY_LABEL
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
INTEGER_LABEL
public static final java.lang.String INTEGER_LABEL
- See Also:
- Constant Field Values
INTEGER_ARRAY
public static final int INTEGER_ARRAY
- See Also:
- Constant Field Values
INTEGER_ARRAY_LABEL
public static final java.lang.String INTEGER_ARRAY_LABEL
- See Also:
- Constant Field Values
LONG
public static final int LONG
- See Also:
- Constant Field Values
LONG_LABEL
public static final java.lang.String LONG_LABEL
- See Also:
- Constant Field Values
LONG_ARRAY
public static final int LONG_ARRAY
- See Also:
- Constant Field Values
LONG_ARRAY_LABEL
public static final java.lang.String LONG_ARRAY_LABEL
- See Also:
- Constant Field Values
SHORT
public static final int SHORT
- See Also:
- Constant Field Values
SHORT_LABEL
public static final java.lang.String SHORT_LABEL
- See Also:
- Constant Field Values
SHORT_ARRAY
public static final int SHORT_ARRAY
- See Also:
- Constant Field Values
SHORT_ARRAY_LABEL
public static final java.lang.String SHORT_ARRAY_LABEL
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
STRING_LABEL
public static final java.lang.String STRING_LABEL
- See Also:
- Constant Field Values
STRING_ARRAY
public static final int STRING_ARRAY
- See Also:
- Constant Field Values
STRING_ARRAY_LABEL
public static final java.lang.String STRING_ARRAY_LABEL
- See Also:
- Constant Field Values
UNKNOWN_LABEL
public static final java.lang.String UNKNOWN_LABEL
- See Also:
- Constant Field Values
TYPES
public static final int[] TYPES
ExpandoColumnConstants
public ExpandoColumnConstants()
getTypeLabel
public static final java.lang.String getTypeLabel(int type)