public class MonthType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static MonthType |
APRIL |
static MonthType |
AUGUST |
static MonthType |
DECEMBER |
static MonthType |
FEBRUARY |
static MonthType |
JANUARY |
static MonthType |
JULY |
static MonthType |
JUNE |
static MonthType |
MARCH |
static MonthType |
MAY |
static MonthType |
NOVEMBER |
static MonthType |
OCTOBER |
static MonthType |
SEPTEMBER |
| Constructor and Description |
|---|
MonthType() |
MonthType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static MonthType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final MonthType JANUARY
public static final MonthType FEBRUARY
public static final MonthType MARCH
public static final MonthType APRIL
public static final MonthType MAY
public static final MonthType JUNE
public static final MonthType JULY
public static final MonthType AUGUST
public static final MonthType SEPTEMBER
public static final MonthType OCTOBER
public static final MonthType NOVEMBER
public static final MonthType DECEMBER
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.