Package | Description |
---|---|
org.tencompetence.portlet.common.utils |
Provides classes common to all portlets.
|
Modifier and Type | Method and Description |
---|---|
static DateRangeEnum |
DateRangeEnum.getTypeByName(java.lang.String dateRangeTypeName)
Gets the type by name.
|
static DateRangeEnum |
DateRangeEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DateRangeEnum[] |
DateRangeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Date |
DateRangeEnum.getDate(DateRangeEnum date,
java.util.Date today)
Gets the date.
|