public class ServiceStatusType extends Object implements Serializable, BroadleafEnumerationType
| Modifier and Type | Field and Description |
|---|---|
static ServiceStatusType |
DOWN |
static ServiceStatusType |
PAUSED |
static ServiceStatusType |
UP |
| Constructor and Description |
|---|
ServiceStatusType() |
ServiceStatusType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static ServiceStatusType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final ServiceStatusType UP
public static final ServiceStatusType DOWN
public static final ServiceStatusType PAUSED
public static ServiceStatusType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2015. All Rights Reserved.