public class TargetModeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static TargetModeType |
PRODUCTION |
static TargetModeType |
SANDBOX |
static TargetModeType |
STAGE |
| Constructor and Description |
|---|
TargetModeType() |
TargetModeType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static TargetModeType |
getInstance(String type) |
String |
getType() |
static Map<String,TargetModeType> |
getTypes() |
int |
hashCode() |
public static final TargetModeType SANDBOX
public static final TargetModeType STAGE
public static final TargetModeType PRODUCTION
public static TargetModeType getInstance(String type)
public static Map<String,TargetModeType> getTypes()
public String getType()
public String getFriendlyType()
Copyright © 2015. All rights reserved.