public class TranslationFormAction extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static TranslationFormAction |
ADD |
static TranslationFormAction |
OTHER |
static TranslationFormAction |
UPDATE |
| Constructor and Description |
|---|
TranslationFormAction() |
TranslationFormAction(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static TranslationFormAction |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final TranslationFormAction ADD
public static final TranslationFormAction UPDATE
public static final TranslationFormAction OTHER
public static TranslationFormAction getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2022. All rights reserved.