public class EnginesType extends Object implements HybrisEnumValue
| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static EnginesType |
BROKENTESTSENDSMSENGINE
Generated enum value for EnginesType.brokenTestSendSMSEngine declared at extension mobileservices.
|
static EnginesType |
BULKSMSENGINE
Generated enum value for EnginesType.bulkSMSEngine declared at extension mobileservices.
|
static EnginesType |
HTTPENGINE
Generated enum value for EnginesType.httpEngine declared at extension mobileservices.
|
static EnginesType |
MBLOXSMPPENGINE
Generated enum value for EnginesType.mBloxSmppEngine declared at extension mobileservices.
|
static String |
SIMPLE_CLASSNAME
Generated simple class name constant.
|
static EnginesType |
SMPPENGINE
Generated enum value for EnginesType.smppEngine declared at extension mobileservices.
|
static EnginesType |
TESTSENDSMSENGINE
Generated enum value for EnginesType.testSendSMSEngine declared at extension mobileservices.
|
static EnginesType |
UNAVAILABLETESTSENDSMSENGINE
Generated enum value for EnginesType.unavailableTestSendSMSEngine declared at extension mobileservices.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Compares this object to the specified object.
|
String |
getCode()
Gets the code of this enum value.
|
String |
getType()
Gets the type this enum value belongs to.
|
int |
hashCode()
Returns a hash code for this
EnginesType. |
String |
toString()
Returns the code representing this enum value.
|
static EnginesType |
valueOf(String code)
Returns a EnginesType instance representing the specified enum value.
|
public static final String _TYPECODE
public static final String SIMPLE_CLASSNAME
public static final EnginesType SMPPENGINE
public static final EnginesType MBLOXSMPPENGINE
public static final EnginesType BULKSMSENGINE
public static final EnginesType HTTPENGINE
public static final EnginesType TESTSENDSMSENGINE
public static final EnginesType BROKENTESTSENDSMSENGINE
public static final EnginesType UNAVAILABLETESTSENDSMSENGINE
public boolean equals(Object obj)
true
if and only if the argument is not null and is an EnginesType
object that contains the enum value code as this object.public String getCode()
getCode in interface HybrisEnumValuepublic String getType()
getType in interface HybrisEnumValuepublic int hashCode()
EnginesType.public String toString()
public static EnginesType valueOf(String code)
code - an enum valueCopyright © 2017 SAP SE. All Rights Reserved.